[Bps-public-commit] Config-GitLike branch, master, updated. 1ce733042824f0de06da05581631d7fef878e07c
jesse
jesse at bestpractical.com
Mon Jun 29 11:58:38 EDT 2009
The branch, master has been updated
via 1ce733042824f0de06da05581631d7fef878e07c (commit)
from 01df1cf7cb5884b110bc0726870fa7d451e84d46 (commit)
Summary of changes:
Makefile.PL | 2 +-
lib/Config/GitLike.pm | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1ce733042824f0de06da05581631d7fef878e07c
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Jun 29 11:57:37 2009 -0400
Moved the version number to the library
diff --git a/Makefile.PL b/Makefile.PL
index 4a17258..6e050fc 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,6 +1,6 @@
use inc::Module::Install;
license('perl');
-version('1.0');
+version_from('lib/Config/GitLike.pm');
all_from('lib/Config/GitLike.pm');
diff --git a/lib/Config/GitLike.pm b/lib/Config/GitLike.pm
index 16ae676..6bfb2bd 100644
--- a/lib/Config/GitLike.pm
+++ b/lib/Config/GitLike.pm
@@ -11,6 +11,8 @@ use Scalar::Util qw(openhandle);
use Fcntl qw(:DEFAULT :flock);
use 5.008;
+our $VERSION = '1.00';
+
has 'confname' => (
is => 'rw',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list