[Bps-public-commit] Locale-Maketext-Simple branch, master, updated. 3327d72439624383e0fbe8eb080282ee4314b2af
jesse
jesse at bestpractical.com
Wed Jul 8 15:27:48 EDT 2009
The branch, master has been updated
via 3327d72439624383e0fbe8eb080282ee4314b2af (commit)
via 0d31455515fb9e96496807ae59f5308c072313dc (commit)
via 03bbc72a1e73486fe1b0c596bfcc95e1a83c309a (commit)
from ecceb0383293be1141c4fc860aa04b19c1495dbc (commit)
Summary of changes:
.gitignore | 6 ++++++
MANIFEST | 2 ++
MANIFEST.SKIP | 2 +-
3 files changed, 9 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 03bbc72a1e73486fe1b0c596bfcc95e1a83c309a
Author: t0m <bobtfish at bobtfish.net>
Date: Wed Jul 8 20:19:19 2009 +0100
Add .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7b01dee
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+MANIFEST.bak
+META.yml
+Makefile
+inc/
+blib/
+pm_to_blib
commit 0d31455515fb9e96496807ae59f5308c072313dc
Merge: 03bbc72... ecceb03...
Author: t0m <bobtfish at bobtfish.net>
Date: Wed Jul 8 20:20:09 2009 +0100
Merge branch 'master' of git://github.com/bestpractical/locale-maketext-simple
commit 3327d72439624383e0fbe8eb080282ee4314b2af
Author: t0m <bobtfish at bobtfish.net>
Date: Wed Jul 8 20:21:26 2009 +0100
Fix MANIFEST.SKIP so Makefile.PL and part of M::I isn't excluded and fix MANIFEST
diff --git a/MANIFEST b/MANIFEST
index b754261..54901f6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,10 +3,12 @@ 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/Locale/Maketext/Simple.pm
+Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
META.yml
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 3b88802..7fca686 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,5 +1,5 @@
TODO
-Makefile
+^Makefile$
blib
pm_to_blib
.swp$
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list