Group
Extension

Matches 2

SWISH-Prog ( K/KA/KARMAN/SWISH-Prog-0.75.tar.gz, KARMAN, 2013; MetaCPAN )
SWISH-Prog/lib/SWISH/Prog/Utils.pm ( view source; MetaCPAN )
ion/x-gzip',
    xls  => 'application/vnd.ms-excel',
    zip  => 'application/zip',
    json => 'application/json',
    yml  => 'application/x-yaml',

);

# prime the cache with some typical defaults 
SWISH-Prog ( K/KA/KARMAN/SWISH-Prog-0.75.tar.gz, KARMAN, 2013; MetaCPAN )
SWISH-Prog/lib/SWISH/Prog/Aggregator/Object.pm ( view source; MetaCPAN )
e strict;
use warnings;
use base qw( SWISH::Prog::Aggregator );

use Carp;
use YAML::Syck ();
use JSON       ();
use SWISH::Prog::Utils;
use Scalar::Util qw( blessed );

__PACKAGE__->mk_accessors(
   
s to Perl built-in
time().

=item serial_format

Which format to use in serialize(). Default is C<json>. You can also use C<yaml>.
If you don't like either of those, subclass SWISH::Prog::Aggregator::
l}           ||= 'url';
    $self->{modtime}       ||= 'modtime';
    $self->{serial_format} ||= 'json';

    unless ( $self->{methods} ) {
        croak "methods required";
    }

    # set up the co

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