[Bps-public-commit] r17607 - in Text-Naming-Convention: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jan 7 02:43:41 EST 2009
Author: sunnavy
Date: Wed Jan 7 02:43:41 2009
New Revision: 17607
Modified:
Text-Naming-Convention/Changes
Text-Naming-Convention/META.yml
Text-Naming-Convention/README
Text-Naming-Convention/lib/Text/Naming/Convention.pm
Log:
updated version to 0.0.6
Modified: Text-Naming-Convention/Changes
==============================================================================
--- Text-Naming-Convention/Changes (original)
+++ Text-Naming-Convention/Changes Wed Jan 7 02:43:41 2009
@@ -10,3 +10,5 @@
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.0.6 Wed Jan 7 15:37:14 CST 2009
+ renaming $_ if without arguments
Modified: Text-Naming-Convention/META.yml
==============================================================================
--- Text-Naming-Convention/META.yml (original)
+++ Text-Naming-Convention/META.yml Wed Jan 7 02:43:41 2009
@@ -17,4 +17,4 @@
- t
resources:
license: http://dev.perl.org/licenses/
-version: 0.0.5
+version: 0.0.6
Modified: Text-Naming-Convention/README
==============================================================================
--- Text-Naming-Convention/README (original)
+++ Text-Naming-Convention/README Wed Jan 7 02:43:41 2009
@@ -1,4 +1,4 @@
-Text-Naming-Convention version 0.0.5
+Text-Naming-Convention version 0.0.6
INSTALLATION
@@ -18,7 +18,7 @@
COPYRIGHT AND LICENCE
-Copyright (C) 2008, sunnavy
+Copyright 2008-2009 Best Practical Solutions.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
Modified: Text-Naming-Convention/lib/Text/Naming/Convention.pm
==============================================================================
--- Text-Naming-Convention/lib/Text/Naming/Convention.pm (original)
+++ Text-Naming-Convention/lib/Text/Naming/Convention.pm Wed Jan 7 02:43:41 2009
@@ -7,7 +7,7 @@
use base qw/Exporter/;
our @EXPORT_OK = qw/naming renaming default_convention default_keep_uppers/;
-our $VERSION = '0.0.5';
+our $VERSION = '0.0.6';
my @_valid_conventions = ( '_', '-', 'UpperCamelCase', 'lowerCamelCase' );
my $_default_convention = '_';
@@ -214,7 +214,7 @@
=head1 VERSION
-This document describes Text::Naming::Convention version 0.0.5
+This document describes Text::Naming::Convention version 0.0.6
=head1 SYNOPSIS
@@ -254,7 +254,7 @@
=head1 LICENCE AND COPYRIGHT
-Copyright 2008 Best Practical Solutions.
+Copyright 2008-2009 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
More information about the Bps-public-commit
mailing list