Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.53. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index ef4a066..00cc2ef 100755
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Data-Util

+0.53 Mon Oct 19 19:08:19 2009
+    - fix an issue which broke method modifiers in some cases
+
 0.52 Mon Jul 13 12:20:03 2009
     - fix t/06_subroutine.t for bleadperl
     - add repository information
  • Loading branch information
gfx committed Oct 19, 2009
1 parent 9fad2e7 commit 03b31f8
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 209 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Data-Util

0.53 Mon Oct 19 19:08:19 2009
- fix an issue which broke method modifiers in some cases

0.52 Mon Jul 13 12:20:03 2009
- fix t/06_subroutine.t for bleadperl
- add repository information
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Util.pm 100755 → 100644
Expand Up @@ -4,7 +4,7 @@ use 5.008_001;
use strict;
#use warnings;

our $VERSION = '0.52';
our $VERSION = '0.53';

use Exporter;
our @ISA = qw(Exporter);
Expand Down Expand Up @@ -79,7 +79,7 @@ Data::Util - A selection of utilities for data and data types
=head1 VERSION
This document describes Data::Util version 0.52
This document describes Data::Util version 0.53
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Util/JA.pod 100755 → 100644
Expand Up @@ -7,7 +7,7 @@ Data::Util::JA - データとデータ型のためのユーティリティ集

=head1 VERSION

This document describes Data::Util version 0.52
This document describes Data::Util version 0.53

=for test_synopsis no warnings 'redefine';

Expand Down

0 comments on commit 03b31f8

Please sign in to comment.