[Bast-commits] r3769 - trunk/DBIx-Class-InflateColumn-IP/lib/DBIx/Class/InflateColumn

ilmari at dev.catalyst.perl.org ilmari at dev.catalyst.perl.org
Fri Sep 21 12:14:50 GMT 2007


Author: ilmari
Date: 2007-09-21 12:14:49 +0100 (Fri, 21 Sep 2007)
New Revision: 3769

Modified:
   trunk/DBIx-Class-InflateColumn-IP/lib/DBIx/Class/InflateColumn/IP.pm
Log:
Rearrange POD slightly, fix typo.


Modified: trunk/DBIx-Class-InflateColumn-IP/lib/DBIx/Class/InflateColumn/IP.pm
===================================================================
--- trunk/DBIx-Class-InflateColumn-IP/lib/DBIx/Class/InflateColumn/IP.pm	2007-09-21 06:16:58 UTC (rev 3768)
+++ trunk/DBIx-Class-InflateColumn-IP/lib/DBIx/Class/InflateColumn/IP.pm	2007-09-21 11:14:49 UTC (rev 3769)
@@ -50,6 +50,7 @@
 auto-detection of the format based on the column type. If the type
 begins with C<int>, it's assumed to be numeric, while C<inet> and
 C<cidr> (as used by e.g. PostgreSQL) are assumed to be C<cidr> format.
+Otherwise C<addr> (dotted-quad) is the default.
 
 =head1 METHODS
 
@@ -73,9 +74,7 @@
 =back
 
 Gets/sets the name of the method used to deflate the address for the
-database. This must return a value suitable for C<$ip_class->new(); The
-default format is C<addr>, which returns the address in dotted-quad
-notation. See L<NetAddr::IP/Methods> for suitable values.
+database. This must return a value suitable for C<$ip_class-E<gt>new();>.
 
 =head2 register_column
 




More information about the Bast-commits mailing list