[Bps-public-commit] Config-GitLike branch, master, updated. 73ce455be9715d2cef82a26cc5f8544fd7776c84

spang at bestpractical.com spang at bestpractical.com
Tue Aug 11 12:11:23 EDT 2009


The branch, master has been updated
       via  73ce455be9715d2cef82a26cc5f8544fd7776c84 (commit)
       via  b1d0badb35fd3768b3ed865c2491c515d89009b9 (commit)
       via  8f68499598092802772ba1431b21247f44af8bab (commit)
       via  95e9b28b9cabfba607e5f7d8b251d4e00cfd5360 (commit)
       via  d8d2b890512f9e4fcdb712de9fbbaa4cb20590fc (commit)
       via  62499f7e924028c433da6437d6cb128cc3f96a70 (commit)
      from  ed8c7444497593db5a939827d9656b683847d9e5 (commit)

Summary of changes:
 Changes               |    8 ++++++++
 MANIFEST.SKIP         |    3 +++
 Makefile.PL           |    6 ++----
 lib/Config/GitLike.pm |    7 +++----
 4 files changed, 16 insertions(+), 8 deletions(-)

- Log -----------------------------------------------------------------
commit 62499f7e924028c433da6437d6cb128cc3f96a70
Author: Christine Spang <spang at bestpractical.com>
Date:   Tue Aug 11 15:40:12 2009 +0100

    Remove spurious dependency Regexp::Common

diff --git a/Makefile.PL b/Makefile.PL
index 4e16751..99f56f9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,6 @@ all_from('lib/Config/GitLike.pm');
 
 
 requires 'Any::Moose';
-requires 'Regexp::Common';
 build_requires 'Test::More';
 build_requires 'Test::Exception';
 build_requires 'File::Spec';
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index ec014a5..d087171 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -3,7 +3,6 @@ use Any::Moose;
 
 use File::Spec;
 use Cwd;
-use Regexp::Common;
 use Scalar::Util qw(openhandle);
 use Fcntl qw(O_CREAT O_EXCL O_WRONLY);
 use 5.008;

commit d8d2b890512f9e4fcdb712de9fbbaa4cb20590fc
Author: Christine Spang <spang at bestpractical.com>
Date:   Tue Aug 11 15:41:41 2009 +0100

    Bump version number

diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index d087171..7e9809d 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.00';
+our $VERSION = '1.01';
 
 
 has 'confname' => (

commit 95e9b28b9cabfba607e5f7d8b251d4e00cfd5360
Author: Christine Spang <spang at bestpractical.com>
Date:   Tue Aug 11 16:41:57 2009 +0100

    Some updates to Makefile.PL

diff --git a/Makefile.PL b/Makefile.PL
index 99f56f9..3360234 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,8 +1,7 @@
 use inc::Module::Install;
-license('perl');
-version_from('lib/Config/GitLike.pm');
+name('Config-GitLike');
 all_from('lib/Config/GitLike.pm');
-
+repository('http://github.com/bestpractical/config-gitlike');
 
 requires 'Any::Moose';
 build_requires 'Test::More';
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index 7e9809d..6ed0caa 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -1650,8 +1650,8 @@ L<Config::GitLike::Cascaded|Config::GitLike::Cascaded>, L<http://syncwith.us/>
 
 =head1 LICENSE
 
-You may modify and/or redistribute this software under the same terms
-as Perl 5.8.8.
+This program is free software; you may modify and/or redistribute it
+under the same terms as Perl itself.
 
 =head1 COPYRIGHT
 

commit 8f68499598092802772ba1431b21247f44af8bab
Author: Christine Spang <spang at bestpractical.com>
Date:   Tue Aug 11 16:43:58 2009 +0100

    don't ship inc/.author or xt

diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 2afa608..2cf43bc 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -9,3 +9,5 @@ pm_to_blib
 .git/
 .gitignore$
 .shipit$
+inc/.author
+xt

commit b1d0badb35fd3768b3ed865c2491c515d89009b9
Author: Christine Spang <spang at bestpractical.com>
Date:   Tue Aug 11 17:10:17 2009 +0100

    add MANIFEST.SKIP to MANIFEST.SKIP

diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 2cf43bc..23f4756 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -11,3 +11,4 @@ pm_to_blib
 .shipit$
 inc/.author
 xt
+MANIFEST.SKIP

commit 73ce455be9715d2cef82a26cc5f8544fd7776c84
Author: Christine Spang <spang at bestpractical.com>
Date:   Tue Aug 11 17:10:34 2009 +0100

    update Changes for 1.01

diff --git a/Changes b/Changes
index cd9f046..d4e2743 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+1.01 - 2009-08-11
+
+* Fix breakage under Mouse due to Moose references
+* New Config::GitLike::Git module for loading config
+  files from the git locations
+* various cleanups of Makefile.PL
+* remove extraneous dep Regexp::Common
+
 1.00 - 2009-07-08
 
 * Initial release

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list