X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=173d95418a6726f0139f39fd6e3332ac960f6526;hb=3baacba6651b3ec616a8e6ee699298717c0854e2;hp=f9ca3340ab23d274a27be5c1e295c97d14034c35;hpb=3a889a03955999c38eb4a152974522994eef72e4;p=dbsrgits%2FDBIx-Class-InflateColumn-IP.git diff --git a/README b/README index f9ca334..173d954 100644 --- a/README +++ b/README @@ -34,6 +34,11 @@ SYNOPSIS print 'IP address: ', $host->ip_address->addr; print 'Address type: ', $host->ip_address->iptype; + DBIx::Class::InflateColumn::IP supports a limited amount of + auto-detection of the format based on the column type. If the type + begins with "int", it's assumed to be numeric, while "inet" and "cidr" + (as used by e.g. PostgreSQL) are assumed to be "cidr" format. + METHODS ip_class Arguments: $class @@ -55,7 +60,7 @@ METHODS directly by end users. AUTHOR - Dagfinn Ilmari MannsÃ¥ker, "" + Dagfinn Ilmari Mannsåker, "" BUGS Please report any bugs or feature requests to @@ -89,7 +94,7 @@ SEE ALSO DBIx::Class, NetAddr::IP COPYRIGHT & LICENSE - Copyright 2007 Dagfinn Ilmari MannsÃ¥ker, all rights reserved. + Copyright 2007 Dagfinn Ilmari Mannsåker, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.