[perl-ExtUtils-Depends] MANIFEST: remove MYMETA.* files



commit 4fcf08a8060c21ea6b38a837fe5d8933a571e358
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Jul 31 00:31:05 2014 -0700

    MANIFEST: remove MYMETA.* files
    
    - EU::MM throws a warning when 'perl Makefile.PL' is run and the
      MYMETA.* files listed in the MANIFEST don't exist in the distro; the
      MYMETA.* files are generated automatically by EU::MM during 'perl
      Makefile.PL', so no need to have them in the MANIFEST

 MANIFEST |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..e76a0be
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,20 @@
+Changes
+lib/ExtUtils/Depends.pm
+Makefile.PL
+MANIFEST                       This list of files
+MANIFEST.SKIP
+perl-ExtUtils-Depends.spec.in
+README
+t/01_load.t
+t/02_save_load.t
+t/03_deps.t
+t/04_extra_libs.t
+t/inc/DepTest/DepTest.dll
+t/inc/DepTest/DepTest.lib
+t/inc/DepTest/Install/.keep
+t/inc/DepTest/libDepTest.dll.a
+t/inc/DepTest/PL_DepTest.dll
+t/inc/DepTest/PL_DepTest.lib
+t/inc/DepTest/PL_DepTest.so
+t/inc/DepTest/PL_libDepTest.dll.a
+t/lib/TestHelper.pm


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]