![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | CatalystX-Resource-0.002004.tar.gz |
This archive contains the distribution CatalystX-Resource, version 0.002004: Provide CRUD functionality to your Controllers This software is copyright (c) 2011 by David Schmidt. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
BEGIN { unless ( $ENV{RELEASE_TESTING} ) { require Test::More; Test::More::plan( skip_all => 'these tests are for release candidate testing' ); } } use strict; use warnings; use Test::More; eval 'use Test::EOL'; plan skip_all => 'Test::EOL required' if $@; all_perl_files_ok( { trailing_whitespace => 1 } );
#!perl BEGIN { unless ( $ENV{RELEASE_TESTING} ) { require Test::More; Test::More::plan( skip_all => 'these tests are for release candidate testing' ); } } use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Cove more»
#!perl BEGIN { unless ( $ENV{RELEASE_TESTING} ) { require Test::More; Test::Mor more»
0.002004 2012-08-22 * fixed redirect for move_next/move_previous actions 0.002003 2012-07-25 more»
This software is copyright (c) 2011 by David Schmidt. This is free software; you can redistribute i more»
[DIR] | CatalystX-Resource-0.002004/ (11) |