Skip to content

Commit

Permalink
reflecting changes for version 0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Jun 13, 2010
1 parent 85df77e commit 8f1bb22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Net-IPAddress-Minimal Revision history for Net-IPAddress-Minimal


0.03 13.6.2010
* Adding Data::Validate and Data::Validate::IP for more accuracy
* Cleaning up

0.02 10.6.2010 0.02 10.6.2010
* 100% test coverage * 100% test coverage
* Bug fixes for uninitialized values * Bug fixes for uninitialized values
Expand Down
4 changes: 2 additions & 2 deletions lib/Net/IPAddress/Minimal.pm
Expand Up @@ -8,7 +8,7 @@ use Data::Validate::IP 'is_ipv4';
use base 'Exporter'; use base 'Exporter';


our @EXPORT_OK = qw( ip_to_num num_to_ip invert_ip ); our @EXPORT_OK = qw( ip_to_num num_to_ip invert_ip );
our $VERSION = '0.02'; our $VERSION = '0.03';


sub test_string_structure { sub test_string_structure {
my $string = shift || q{}; my $string = shift || q{};
Expand Down Expand Up @@ -83,7 +83,7 @@ Net::IPAddress::Minimal - IP string to number and back
=head1 VERSION =head1 VERSION
Version 0.02 Version 0.03
=head1 SYNOPSIS =head1 SYNOPSIS
Expand Down

0 comments on commit 8f1bb22

Please sign in to comment.