[Bps-public-commit] Text-Naming-Convention branch, master, updated. 6e0c197b2bd0b7bbea1cb54234d2968167384515
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Nov 4 01:13:00 EST 2009
The branch, master has been updated
via 6e0c197b2bd0b7bbea1cb54234d2968167384515 (commit)
from c19fc7bf259c3c9d79b29615fe5e24f0b1ecc401 (commit)
Summary of changes:
Changes | 23 +++++++++++++----------
META.yml | 2 +-
README | 2 +-
lib/Text/Naming/Convention.pm | 4 ++--
4 files changed, 17 insertions(+), 14 deletions(-)
- Log -----------------------------------------------------------------
commit 6e0c197b2bd0b7bbea1cb54234d2968167384515
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Nov 4 14:12:52 2009 +0800
set vertion to 0.06
diff --git a/Changes b/Changes
index bf317e2..e767e0e 100644
--- a/Changes
+++ b/Changes
@@ -1,14 +1,17 @@
Revision history for Text-Naming-Convention
-0.0.1 Sat Jul 26 15:13:13 2008
- Initial release.
-0.0.2 Sun Jul 27 13:38:53 CST 2008
- bug fixes for renaming sub
-0.0.3 Sun Jul 27 13:38:53 CST 2008
- bug fixes version
-0.0.4 Sun Jul 27 21:06:57 CST 2008
- try to make perlcritic happier
-0.0.5 Mon Jul 28 08:51:57 CST 2008
- removed perlcritic.t, because it weirdly bit some testers
+0.06 Wed Nov 4 06:08:34 GMT 2009
+ version tweak
+
0.0.6 Wed Jan 7 15:37:14 CST 2009
renaming $_ if without arguments
+0.0.5 Mon Jul 28 08:51:57 CST 2008
+ removed perlcritic.t, because it weirdly bit some testers
+0.0.4 Sun Jul 27 21:06:57 CST 2008
+ try to make perlcritic happier
+0.0.3 Sun Jul 27 13:38:53 CST 2008
+ bug fixes version
+0.0.2 Sun Jul 27 13:38:53 CST 2008
+ bug fixes for renaming sub
+0.0.1 Sat Jul 26 15:13:13 2008
+ Initial release.
diff --git a/META.yml b/META.yml
index 1750895..47eebec 100644
--- a/META.yml
+++ b/META.yml
@@ -17,4 +17,4 @@ no_index:
- t
resources:
license: http://dev.perl.org/licenses/
-version: 0.0.6
+version: 0.06
diff --git a/README b/README
index 4c844c9..54e017e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Text-Naming-Convention version 0.0.6
+Text-Naming-Convention version 0.06
INSTALLATION
diff --git a/lib/Text/Naming/Convention.pm b/lib/Text/Naming/Convention.pm
index b41112b..997c38a 100644
--- a/lib/Text/Naming/Convention.pm
+++ b/lib/Text/Naming/Convention.pm
@@ -7,7 +7,7 @@ use Carp;
use base qw/Exporter/;
our @EXPORT_OK = qw/naming renaming default_convention default_keep_uppers/;
-our $VERSION = '0.0.6';
+our $VERSION = '0.06';
my @_valid_conventions = ( '_', '-', 'UpperCamelCase', 'lowerCamelCase' );
my $_default_convention = '_';
@@ -214,7 +214,7 @@ Text::Naming::Convention - Naming or Renaming( for identifiers, mostly )
=head1 VERSION
-This document describes Text::Naming::Convention version 0.0.6
+This document describes Text::Naming::Convention version 0.06
=head1 SYNOPSIS
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list