X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FAcme%2FEvil.pm;fp=lib%2FAcme%2FEvil.pm;h=dcf71bef931e1a1c54837a6104b2f563b4ecdded;hb=1e32ae66dbfeb0fa6fb0b02153d55de7e54a0bbd;hp=0000000000000000000000000000000000000000;hpb=d312a6e47f2044288cd62b9c4ed02f98435ab2ae;p=acme-evil.git diff --git a/lib/Acme/Evil.pm b/lib/Acme/Evil.pm new file mode 100644 index 0000000..dcf71be --- /dev/null +++ b/lib/Acme/Evil.pm @@ -0,0 +1,46 @@ +package Acme::Evil; + +use 5.010001; +use strict; +use warnings; + +our $VERSION = 0.003002; + +1; +__END__ + +=encoding utf-8 + +=head1 NAME + +Acme::Evil - Empty module + +=head1 SYNOPSIS + + use Acme::Evil; # does nothing + +=head1 DESCRIPTION + +This is an empty module needed for CPANTS Kwalitee compliance. + +See the documentation of the L pragma for useful informaton +about this dist. + +=head1 SEE ALSO + +L + +=head1 AUTHOR + +Marius Gavrilescu, Emarius@ieval.roE + +=head1 COPYRIGHT AND LICENSE + +Copyright (C) 2016 by Marius Gavrilescu + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.22.2 or, +at your option, any later version of Perl 5 you may have available. + + +=cut