X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FAcme%2FEvil.pm;fp=lib%2FAcme%2FEvil.pm;h=0000000000000000000000000000000000000000;hb=46043b7ef5c757696876417c43810ffff0a52f02;hp=70b3a569a1bee3d16b9641793b1f80d7ad61fe3a;hpb=c72607e1a24d4e5172664949faf7d7abfa58b176;p=acme-evil.git diff --git a/lib/Acme/Evil.pm b/lib/Acme/Evil.pm deleted file mode 100644 index 70b3a56..0000000 --- a/lib/Acme/Evil.pm +++ /dev/null @@ -1,47 +0,0 @@ -package Acme::Evil; - -use 5.008009; -use strict; -use warnings; - -our $VERSION = '0.001'; - -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 the dist permissions to work -properly. - -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