![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Pod-Weaver-Section-AllowOverride-0.02.tar.gz |
Pod-Weaver-Section-AllowOverride version 0.02, released June 6, 2012 This section plugin for Pod::Weaver will allow you to override a section normally provided by Pod::Weaver with a custom version in your POD. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install DEPENDENCIES Package Minimum Version more»
#!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::Coverage::TrustPod required for t more»
#!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 1.41"; plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; all_pod_files_ok();
Revision history for Pod-Weaver-Section-AllowOverride 0.02 June 6, 2012 - Add the action attribu more»
This software is copyright (c) 2012 by Christopher J. Madsen. This is free software; you can redist more»
[DIR] | Pod-Weaver-Section-AllowOverride-0.02/ (9) |