Test-Apocalypse
view release on metacpan or search on metacpan
lib/Test/Apocalypse/Compile.pm view on Meta::CPAN
#
# This file is part of Test-Apocalypse
#
# This software is copyright (c) 2014 by Apocalypse.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
use strict; use warnings;
package Test::Apocalypse::Compile;
$Test::Apocalypse::Compile::VERSION = '1.006';
BEGIN {
$Test::Apocalypse::Compile::AUTHORITY = 'cpan:APOCAL';
}
# ABSTRACT: Plugin for Test::Compile
use Test::Compile 0.11;
sub do_test {
all_pm_files_ok();
return;
}
1;
__END__
=pod
=encoding UTF-8
=for :stopwords Apocalypse Niebur Ryan
=for Pod::Coverage do_test
=head1 NAME
Test::Apocalypse::Compile - Plugin for Test::Compile
=head1 VERSION
This document describes v1.006 of Test::Apocalypse::Compile - released October 25, 2014 as part of Test-Apocalypse.
=head1 DESCRIPTION
Encapsulates L<Test::Compile> functionality.
=head1 SEE ALSO
Please see those modules/websites for more information related to this module.
=over 4
=item *
L<Test::Apocalypse|Test::Apocalypse>
=back
=head1 AUTHOR
Apocalypse <APOCAL@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Apocalypse.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
The full text of the license can be found in the
F<LICENSE> file included with this distribution.
=head1 DISCLAIMER OF WARRANTY
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
( run in 1.155 second using v1.01-cache-2.11-cpan-5a3173703d6 )