summaryrefslogtreecommitdiffstats
path: root/lib/perl/Local/Ampache/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'lib/perl/Local/Ampache/Makefile.PL')
-rwxr-xr-xlib/perl/Local/Ampache/Makefile.PL7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/perl/Local/Ampache/Makefile.PL b/lib/perl/Local/Ampache/Makefile.PL
deleted file mode 100755
index a51e5d54..00000000
--- a/lib/perl/Local/Ampache/Makefile.PL
+++ /dev/null
@@ -1,7 +0,0 @@
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
- 'NAME' => 'Local::Ampache',
- 'VERSION_FROM' => 'Ampache.pm', # finds $VERSION
-);