[Bps-public-commit] test.pm branch, master, updated. 9f9a9fcbc56173be5b6e0eefc963fe8878af2950
Jesse Vincent
jesse at bestpractical.com
Wed Jan 16 14:26:57 EST 2013
The branch, master has been updated
via 9f9a9fcbc56173be5b6e0eefc963fe8878af2950 (commit)
from 8dd41735cdbd604ad10ffd81ead00976231a5035 (commit)
Summary of changes:
ChangeLog | 3 +++
MANIFEST | 2 ++
lib/Test.pm | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 9f9a9fcbc56173be5b6e0eefc963fe8878af2950
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Jan 16 14:16:18 2013 -0500
bumping for a stable version #
diff --git a/ChangeLog b/ChangeLog
index 3f59220..1ac956f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
# ChangeLog for Test.pm dist
+1.26 2013-01-16 Jesse R Vincent <jesse at bestpractical.com>
+ * Bump version to a stable number. No functional changes
+
1.25_02 2009-06-08 Jesse R Vincent <jesse at bestpractical.com>
* Typo fixes from Perl core
* README updated
diff --git a/MANIFEST b/MANIFEST
index 56c607e..0f4b0ac 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -14,3 +14,5 @@ t/skip.t
t/success.t
t/todo.t
META.yml Module meta-data (added by MakeMaker)
+MYMETA.yml
+MYMETA.json
diff --git a/lib/Test.pm b/lib/Test.pm
index 6ab54ab..108bc10 100644
--- a/lib/Test.pm
+++ b/lib/Test.pm
@@ -20,7 +20,7 @@ sub _reset_globals {
$planned = 0;
}
-$VERSION = '1.25_02';
+$VERSION = '1.26';
require Exporter;
@ISA=('Exporter');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list