Skip to content

Commit

Permalink
dev version 0.03_1
Browse files Browse the repository at this point in the history
  • Loading branch information
patch committed Feb 23, 2011
1 parent 065809a commit b329757
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,4 +1,8 @@
---
version: 0.04
date: XXX
changes:
---
version: 0.03
date: Mon Feb 21 22:03:57 EST 2011
changes:
Expand Down
4 changes: 2 additions & 2 deletions lib/Operator/Util.pm
Expand Up @@ -6,7 +6,7 @@ use warnings;
use parent 'Exporter';
use List::MoreUtils qw( uniq );

our $VERSION = '0.03';
our $VERSION = '0.03_1';
our @EXPORT_OK = qw(
reduce reducewith
zip zipwith
Expand Down Expand Up @@ -365,7 +365,7 @@ Operator::Util - A selection of array and hash functions that extend operators
=head1 VERSION
This document describes Operator::Util version 0.03.
This document describes Operator::Util version 0.03_1.
=head1 SYNOPSIS
Expand Down

0 comments on commit b329757

Please sign in to comment.