-
-
28 Mar 2014 10:22:56 UTC
- Distribution: Catmandu-Importer-Purr
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (329 / 0 / 10)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (10.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Patrick Hochstenbach
- Dependencies
- Catmandu
- MetaCPAN::API::Tiny
- Moo
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Catmandu::Importer::Purr - Perl Utility for Recent Releases
SYNOPSIS
use Catmandu::Importer::Purr; my $importer = Catmandu::Importer::Purr->new(prefix => 'Catmandu'); $importer->each(sub { my $module = shift; print $module->{id} , "\n"; print $module->{date} , "\n"; print $module->{distribution} , "\n"; print $module->{version} , "\n"; print $module->{abstract} , "\n"; }); # or $ catmandu convert Purr
AUTHORS
Patrick Hochstenbach, C<< <patrick.hochstenbach at ugent.be> >>
SEE ALSO
Module Install Instructions
To install Catmandu::Importer::Purr, copy and paste the appropriate command in to your terminal.
cpanm Catmandu::Importer::Purr
perl -MCPAN -e shell install Catmandu::Importer::Purr
For more information on module installation, please visit the detailed CPAN module installation guide.