Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.001.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index d31678f..01219bf 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension ShipIt::Step::ChangeAllVersions

+1.001 2013-03-18 20:33:17
+    - Do not process symlinks (tokuhirom)
+
 1.000 2012-10-20 21:06:22
     - No feature changes. Just upgraded Module::Install.
  • Loading branch information
gfx committed Mar 18, 2013
1 parent 1739ac4 commit 69551ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension ShipIt::Step::ChangeAllVersions

1.001 2013-03-18 20:33:17
- Do not process symlinks (tokuhirom)

1.000 2012-10-20 21:06:22
- No feature changes. Just upgraded Module::Install.

Expand Down
4 changes: 2 additions & 2 deletions lib/ShipIt/Step/ChangeAllVersions.pm
Expand Up @@ -4,7 +4,7 @@ use 5.008_001;
use strict;
use warnings;

our $VERSION = '1.000';
our $VERSION = '1.001';

use parent qw(ShipIt::Step);
use Fatal qw(open close rename opendir closedir);
Expand Down Expand Up @@ -130,7 +130,7 @@ ShipIt::Step::ChangeAllVersions - Changes version information in all the modules
=head1 VERSION
This document describes ShipIt::Step::ChangeAllVersions version 1.000.
This document describes ShipIt::Step::ChangeAllVersions version 1.001.
=head1 SYNOPSIS
Expand Down

0 comments on commit 69551ed

Please sign in to comment.