much better
Guillermo Roditi [Mon, 29 Dec 2008 17:25:58 +0000 (17:25 +0000)]
Changes
MANIFEST [deleted file]
MANIFEST.SKIP [new file with mode: 0644]
lib/MooseX/Emulate/Class/Accessor/Fast.pm

diff --git a/Changes b/Changes
index 99133a6..aa6e458 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.00700    
+0.00700    Dec 29, 2008
           - Creating a new accessor with the same name as an old one would result in
             a new attribute with no reader/writer/accessor. Reported by t0m
              - tests (t0m) 
diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644 (file)
index f1bc427..0000000
--- a/MANIFEST
+++ /dev/null
@@ -1,22 +0,0 @@
-Changes
-inc/Module/Install.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
-lib/MooseX/Adopt/Class/Accessor/Fast.pm
-lib/MooseX/Emulate/Class/Accessor/Fast.pm
-Makefile.PL
-MANIFEST                       This list of files
-META.yml
-README
-t/accessors.t
-t/adopt.t
-t/attr_named_meta.t
-t/construction.t
-t/getset.t
-t/lib/TestAdoptCAF.pm
-t/no_replace_existing_symbols.t
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..f21a21f
--- /dev/null
@@ -0,0 +1,29 @@
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+,v$
+\B\.svn\b
+
+# Avoid Makemaker generated and utility files.
+\bMakefile$
+\bblib
+\bMakeMaker-\d
+\bpm_to_blib$
+\bblibdirs$
+^MANIFEST\.SKIP$
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build
+
+# Avoid temp and backup files.
+~$
+\.tmp$
+\.old$
+\.bak$
+\#$
+\b\.#
+\.DS_Store$
+
+# No tarballs!
+\.gz$
index c37ef35..c0c1b6a 100644 (file)
@@ -4,7 +4,7 @@ use Moose::Role;
 use Class::MOP ();
 use Scalar::Util ();
 
-our $VERSION = '0.00600';
+our $VERSION = '0.00700';
 
 =head1 NAME