From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Sun, 30 Aug 2009 19:54:15 +0000 (+0200)
Subject: Add missing files from the base.pm CPAN distribution
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df4248234490ed7373b21494ef5a7a4bdfc0058c;p=p5sagit%2Fp5-mst-13.2.git

Add missing files from the base.pm CPAN distribution
---

diff --git a/MANIFEST b/MANIFEST
index 0e741cb..655fcd1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -84,6 +84,8 @@ ext/attributes/attributes.xs		For "sub foo : attrlist"
 ext/base/Changes		base.pm changelog
 ext/base/lib/base.pm		Establish IS-A relationship at compile time
 ext/base/lib/fields.pm		Set up object field names for pseudo-hash-using classes
+ext/base/MANIFEST		base.pm manifest
+ext/base/META.yml		base.pm META.yml file
 ext/base/t/base.t		See if base works
 ext/base/t/compile-time.t	See if base works
 ext/base/t/fields-5.6.0.t	See if fields work
diff --git a/ext/base/MANIFEST b/ext/base/MANIFEST
new file mode 100644
index 0000000..76a9460
--- /dev/null
+++ b/ext/base/MANIFEST
@@ -0,0 +1,18 @@
+Changes
+lib/base.pm
+lib/fields.pm
+Makefile.PL
+MANIFEST
+META.yml			Module meta-data (added by MakeMaker)
+t/base.t
+t/compile-time.t
+t/fields-5.6.0.t
+t/fields-5.8.0.t
+t/fields-base.t
+t/fields.t
+t/isa.t
+t/lib/Dummy.pm
+t/lib/HasSigDie.pm
+t/sigdie.t
+t/version.t
+t/warnings.t
diff --git a/ext/base/META.yml b/ext/base/META.yml
new file mode 100644
index 0000000..df139a1
--- /dev/null
+++ b/ext/base/META.yml
@@ -0,0 +1,13 @@
+--- #YAML:1.0
+name:                base
+version:             2.14
+abstract:            ~
+license:             ~
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
+    Test::More:                    0.4
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3