[Bps-public-commit] Config-GitLike branch, master, updated. 1.06-5-g87a874e
Alex Vandiver
alexmv at bestpractical.com
Tue Oct 25 23:10:51 EDT 2011
The branch, master has been updated
via 87a874eeab2eff0e1ce97b02b1f06a7d5f764b48 (commit)
via d7a2e454eaa40887d2f5235a22c0be2261ae1ea7 (commit)
via 5fbcdfab6f4252bed297ee17ee6812b08c1b98c2 (commit)
via 6030d432e8187ab36e50b68902a40b0b58435b75 (commit)
from 2773536b5a267df46fbb9963f0b689f2124b87c8 (commit)
Summary of changes:
.gitignore | 24 ++++++++++++++----------
Changes | 5 +++++
MANIFEST.SKIP | 18 +++++++++---------
lib/Config/GitLike.pm | 2 +-
4 files changed, 29 insertions(+), 20 deletions(-)
- Log -----------------------------------------------------------------
commit 6030d432e8187ab36e50b68902a40b0b58435b75
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Oct 25 23:05:37 2011 -0400
Anchor paths which should be from the root
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index d561f22..f12edcd 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,15 +1,14 @@
-TODO
^Makefile(?:.old)?$
-blib
-pm_to_blib
+^blib/
+^pm_to_blib
.swp$
~$
.tmp$
.bak$
-.git/
-.gitignore$
-.shipit$
-inc/.author
+^.git/
+^.gitignore$
+^.shipit$
+^inc/.author
^xt/
-MANIFEST.SKIP
-cover_db/
+^MANIFEST.SKIP
+^cover_db/
commit 5fbcdfab6f4252bed297ee17ee6812b08c1b98c2
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Oct 25 23:06:06 2011 -0400
Ignore tarballs and test dirs in MANIFEST.SKIP, as well
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index f12edcd..b36931c 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -12,3 +12,4 @@
^xt/
^MANIFEST.SKIP
^cover_db/
+^Config-GitLike-*
commit d7a2e454eaa40887d2f5235a22c0be2261ae1ea7
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Oct 25 23:06:35 2011 -0400
Sync .gitignore and MANIFEST.SKIP
diff --git a/.gitignore b/.gitignore
index 95cb317..9d897ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,15 @@
-pm_to_blib
-Makefile
-Makefile.old
+/Makefile
+/Makefile.old
+/blib/
+/pm_to_blib
+*.swp
+*~
*.tmp
-inc/
-blib
-MANIFEST
-MANIFEST.bak
-SIGNATURE
-META.yml
-cover_db
+*.bak
+/inc/
+/MANIFEST
+/MANIFEST.bak
+/SIGNATURE
+/META.yml
+/cover_db/
+/Config-GitLike-*
commit 87a874eeab2eff0e1ce97b02b1f06a7d5f764b48
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Oct 25 23:09:39 2011 -0400
Version 1.07 releng
diff --git a/Changes b/Changes
index 975055b..f1e87c3 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+1.07 2011-10-25
+
+* Fix a spelling mistake in Config::GitLike::Cascaded
+ (gregoa at debian.org, forwarded by carnil at debian.org)
+
1.06 2011-10-12
* Allow calling ->load_file as a class method, for simple use cases
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index f19312a..6ba0d51 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -7,7 +7,7 @@ use Scalar::Util qw(openhandle);
use Fcntl qw(O_CREAT O_EXCL O_WRONLY);
use 5.008;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
has 'confname' => (
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list