r69097 - in /branches/upstream/libnetaddr-ip-perl/current: Changes IP.pm META.yml

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Feb 19 15:19:54 UTC 2011


Author: periapt-guest
Date: Sat Feb 19 15:19:42 2011
New Revision: 69097

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69097
Log:
[svn-upgrade] new version libnetaddr-ip-perl (4.039+dfsg)

Modified:
    branches/upstream/libnetaddr-ip-perl/current/Changes
    branches/upstream/libnetaddr-ip-perl/current/IP.pm
    branches/upstream/libnetaddr-ip-perl/current/META.yml

Modified: branches/upstream/libnetaddr-ip-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/Changes?rev=69097&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/Changes (original)
+++ branches/upstream/libnetaddr-ip-perl/current/Changes Sat Feb 19 15:19:42 2011
@@ -1,4 +1,7 @@
 Revision history for Perl extension NetAddr::IP
+
+4.039 Wed Feb 16 15:48:03 PST 2011
+	Correct documentation for 'split' methods
 
 4.038 Fri Dec 17 17:47:47 PST 2010
         Modify subs "new" and "new6" in Lite.pm to accomodate

Modified: branches/upstream/libnetaddr-ip-perl/current/IP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/IP.pm?rev=69097&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/IP.pm (original)
+++ branches/upstream/libnetaddr-ip-perl/current/IP.pm Sat Feb 19 15:19:42 2011
@@ -34,7 +34,7 @@
 
 @ISA = qw(Exporter NetAddr::IP::Lite);
 
-$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.38 $ =~ /\d+/g) };
+$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.39 $ =~ /\d+/g) };
 
 =pod
 
@@ -877,7 +877,7 @@
 objects will be returned based on an increasing sort of the CIDR values of
 the C<bits> list.
 
-  i.e.	my $ip = new NetAddr::IP('192.168.0.0');
+  i.e.	my $ip = new NetAddr::IP('192.168.0.0/24');
 	my $objptr = $ip->split(28, 29, 28, 29, 26);
 
    has split plan 28 29 28 29 26 26 26 28
@@ -900,7 +900,7 @@
 C<-E<gt>rsplitref> is the same as C<-E<gt>splitref> above except that the split plan is
 applied to the original object in reverse order.
 
-  i.e.	my $ip = new NetAddr::IP('192.168.0.0');
+  i.e.	my $ip = new NetAddr::IP('192.168.0.0/24');
 	my @objects = $ip->split(28, 29, 28, 29, 26);
 
    has split plan 28 26 26 26 29 28 29 28

Modified: branches/upstream/libnetaddr-ip-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/META.yml?rev=69097&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/META.yml (original)
+++ branches/upstream/libnetaddr-ip-perl/current/META.yml Sat Feb 19 15:19:42 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                NetAddr-IP
-version:             4.038
+version:             4.039
 abstract:            Manages IPv4 and IPv6 addresses and subnets
 license:             ~
 author:              




More information about the Pkg-perl-cvs-commits mailing list