Remove dummy package Acme::Evil
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Jun 2016 18:50:50 +0000 (19:50 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Jun 2016 18:50:50 +0000 (19:50 +0100)
MANIFEST
lib/Acme/Evil.pm [deleted file]

index 1edb770ba0e0563c4b182053fa526cd65ce29e86..56b0733299c84b7a4cb47d586bc16bd91c53b6cd 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
 Changes
-lib/Acme/Evil.pm
 lib/evil.pm
 Makefile.PL
 MANIFEST
diff --git a/lib/Acme/Evil.pm b/lib/Acme/Evil.pm
deleted file mode 100644 (file)
index 70b3a56..0000000
+++ /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<evil> pragma for useful informaton
-about this dist.
-
-=head1 SEE ALSO
-
-L<evil>
-
-=head1 AUTHOR
-
-Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
-
-=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
This page took 0.011664 seconds and 4 git commands to generate.