Group
Extension

Matches 3

YUI-Loader ( R/RO/ROKR/YUI-Loader-0.071.tar.gz, ROKR, 2010; MetaCPAN )
YUI-Loader/lib/YUI/Loader.pm ( view source; MetaCPAN )
pper

ImageCropper Control (widget)

=head2 imageloader

ImageLoader Utility (utility)

=head2 json

JSON Utility (utility)

=head2 layout

Layout Manager (widget)

=head2 logger

Logger Control (tool
YUI-Loader ( R/RO/ROKR/YUI-Loader-0.071.tar.gz, ROKR, 2010; MetaCPAN )
YUI-Loader/lib/YUI/Loader/Manifest.pm ( view source; MetaCPAN )
y $self = shift;
    $self->{collection} = {};
}

1;

__END__

BEGIN { 
    my $json = JSON->new;
    my $catalog = $json->decode(map { local $_ = $_; s/'/"/g; $_ } (<<_END_));
{
        'animation': 
s',
            'path': 'charts/charts-experimental-min.js',
            'requires': ['element', 'json', 'datasource']
        },

        'colorpicker': {
            'type': 'js',
            'path'
s',
            'requires': ['event', 'dom']
         },

         'json': {
            'type': 'js',
            'path': 'json/json-min.js',
            'requires': ['yahoo']
         },

         '
YUI-Loader ( R/RO/ROKR/YUI-Loader-0.071.tar.gz, ROKR, 2010; MetaCPAN )
YUI-Loader/lib/YUI/Loader/Catalog.pm ( view source; MetaCPAN )
 Moose;
use JSON;
use Scalar::Util qw/blessed/;
use YUI::Loader::Entry;
use YUI::Loader::Item;
use YUI::Loader::Carp;

BEGIN { 
    my $json = JSON->new->relaxed(1);
    my $catalog = $json->decode(ma
   'type': 'js',
            'path': 'charts/charts-min.js',
            'requires': ['element', 'json', 'datasource']
        },

        'colorpicker': {
            'type': 'js',
            'path'
s',
            'requires': ['event', 'dom']
         },

         'json': {
            'type': 'js',
            'path': 'json/json-min.js',
            'requires': ['yahoo']
         },

         '

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.