Skip to content

Commit

Permalink
Increment to v0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 20, 2011
1 parent 7e6fa9c commit 3324082
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension Data::Types.

0.10

0.09 2011-06-20T03:15:50
- Moved repostitory to [GitHub](https://github.com/theory/data-types/).
- Switched to a "traditional" `Makefile.PL`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Data/Types version 0.09
Data/Types version 0.10
=======================

This module exports a number of functions that are useful for validating and
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
require Exporter;
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);

$VERSION = '0.09';
$VERSION = '0.10';

@ISA = qw(Exporter);

Expand Down

0 comments on commit 3324082

Please sign in to comment.