[libmoosex-app-perl] 05/05: Remove MYMETA.* files from repository. Create Git exclusion list with dynamically created files.

Stefan Hornburg racke at moszumanska.debian.org
Sat Jan 4 19:03:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

racke pushed a commit to branch master
in repository libmoosex-app-perl.

commit b4088938a70f1cbb175a6217295f04524aee0c00
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sat Jan 4 15:23:31 2014 +0100

    Remove MYMETA.* files from repository.
    Create Git exclusion list with dynamically created files.
---
 .gitignore  |  9 +++++++++
 MYMETA.json | 52 ----------------------------------------------------
 MYMETA.yml  | 33 ---------------------------------
 3 files changed, 9 insertions(+), 85 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b65cecb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+blib
+debian/files
+debian/libmoosex-app-perl.*.log
+debian/libmoosex-app-perl.substvars
+debian/libmoosex-app-perl/
+pm_to_blib
+Makefile
+MYMETA.*
+
diff --git a/MYMETA.json b/MYMETA.json
deleted file mode 100644
index 3bfdb5e..0000000
--- a/MYMETA.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
-   "abstract" : "Write user-friendly command line apps with even less suffering",
-   "author" : [
-      "Maroš Kollár"
-   ],
-   "dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.130880",
-   "license" : [
-      "perl_5"
-   ],
-   "meta-spec" : {
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
-   },
-   "name" : "MooseX-App",
-   "no_index" : {
-      "directory" : [
-         "t",
-         "inc"
-      ]
-   },
-   "prereqs" : {
-      "build" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "6.59",
-            "Test::Most" : "0",
-            "Test::NoWarnings" : "0"
-         }
-      },
-      "configure" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "0"
-         }
-      },
-      "runtime" : {
-         "requires" : {
-            "Config::Any" : "0",
-            "IO::Interactive" : "0",
-            "List::Util" : "0",
-            "Module::Pluggable" : "0",
-            "Moose" : "2.00",
-            "MooseX::Types::Path::Class" : "0",
-            "Path::Class" : "0",
-            "Pod::Elemental" : "0",
-            "namespace::autoclean" : "0",
-            "perl" : "5.010"
-         }
-      }
-   },
-   "release_status" : "stable",
-   "version" : "1.22"
-}
diff --git a/MYMETA.yml b/MYMETA.yml
deleted file mode 100644
index a04f2df..0000000
--- a/MYMETA.yml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-abstract: 'Write user-friendly command line apps with even less suffering'
-author:
-  - 'Maroš Kollár'
-build_requires:
-  ExtUtils::MakeMaker: 6.59
-  Test::Most: 0
-  Test::NoWarnings: 0
-configure_requires:
-  ExtUtils::MakeMaker: 0
-dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.130880'
-license: perl
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
-name: MooseX-App
-no_index:
-  directory:
-    - t
-    - inc
-requires:
-  Config::Any: 0
-  IO::Interactive: 0
-  List::Util: 0
-  Module::Pluggable: 0
-  Moose: 2.00
-  MooseX::Types::Path::Class: 0
-  Path::Class: 0
-  Pod::Elemental: 0
-  namespace::autoclean: 0
-  perl: 5.010
-version: 1.22

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-perl.git



More information about the Pkg-perl-cvs-commits mailing list