Test-Apocalypse
view release on metacpan or search on metacpan
utilizing Perl::PrereqScanner which works nicely for me.
* Test::MyDeps
Superseded by Test::DependentModules. Also, I don't want to waste a
lot of time on each testrun testing other modules!
* Test::NoTabs
I always use tabs! :(
* Test::CheckManifest
This was a buggy module that I dropped and is now using
Test::DistManifest
* Test::Dist
This is pretty much the same thing as this dist ;)
* Test::PureASCII
This rocks, as I don't care about unicode in my perl! ;)
* Test::LatestPrereqs
This looks cool but we need to fiddle with config files? My
OutdatedPrereqs test already covers it pretty well...
* Test::Pod::Content
This is useful, but not everyone has the same POD layout. It would be
too much work to try and generalize this...
* Test::GreaterVersion
Since I never use CPAN, this is non-functional for me. However, it
might be useful for someone?
* Test::Kwalitee
This dist rocks, but it doesn't print the info nor utilize the extra
metrics. My homebrew solution actually copied a lot of code from
this, so I have to give it props!
* Test::LoadAllModules
This is very similar to Test::UseAllModules but looks more
complicated. Also, I already have enough tests that do that ;)
* Test::ModuleReady
This looks like a nice module, but what it does is already covered by
the numerous tests in this dist...
* Test::PerlTidy
Br0ken install at this time... ( PerlCritic can do that! Need to
investigate more... ) Also, all it does is... run your module through
perltidy and compare the outputs. Not that useful imo because I never
could get perltidy to match my prefs :(
* Test::Install::METArequires
This looks like a lazy way to do auto_install and potentially
dangerous! Better to just use the prereq logic in
Build.PL/Makefile.PL
* Test::Perl::Metrics::Simple
This just tests your Cyclomatic complexity and was the starting point
for my homebrew solution.
SUPPORT
Perldoc
You can find documentation for this module with the perldoc command.
perldoc Test::Apocalypse
Websites
The following websites have more information about this module, and may
be of help to you. As always, in addition to those websites please use
your favorite search engine to discover more resources.
* MetaCPAN
A modern, open-source CPAN search engine, useful to view POD in HTML
format.
http://metacpan.org/release/Test-Apocalypse
* Search CPAN
The default CPAN search engine, useful to view POD in HTML format.
http://search.cpan.org/dist/Test-Apocalypse
* RT: CPAN's Bug Tracker
The RT ( Request Tracker ) website is the default bug/issue tracking
system for CPAN.
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Apocalypse
* AnnoCPAN
The AnnoCPAN is a website that allows community annotations of Perl
module documentation.
http://annocpan.org/dist/Test-Apocalypse
* CPAN Ratings
The CPAN Ratings is a website that allows community ratings and
reviews of Perl modules.
http://cpanratings.perl.org/d/Test-Apocalypse
( run in 1.178 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )