[libtemplate-plugin-ipaddr-perl] 03/04: d/control
Nick Morrott
nickm-guest at moszumanska.debian.org
Sun Jun 5 00:28:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libtemplate-plugin-ipaddr-perl.
commit d471d3dd1185907e8f25a6543f017b0c1ce30a1d
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Sun Jun 5 01:24:12 2016 +0100
d/control
---
debian/control | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index b877f7f..4dc3006 100644
--- a/debian/control
+++ b/debian/control
@@ -18,19 +18,17 @@ Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libnetaddr-ip-perl,
libtemplate-perl
-Description: Template::Toolkit plugin handling IP-addresses
+Description: plugin handling IP addresses for the Template Toolkit
Template::Plugin::IPAddr implements an IPAddr class for handling IPv4 and
- IPv6-address in an object-orientated way. The module is based on NetAddr::IP
- and works on IPv4 as well as IPv6-addresses.
+ IPv6 addresses in an object-orientated way. The module is based on NetAddr::IP
+ and works on IPv4 as well as IPv6 addresses.
.
You can create a IPAddr object via the USE directive, adding any initial
- prefix as an argument.
+ prefix as an argument:
.
[% USE IPAddr %]
.
[% USE IPAddr(prefix) %]
.
- Once you've got a IPAddr object, you can use it as a prototype to create
+ Once you've got an IPAddr object, you can use it as a prototype to create
other IPAddr objects with the new() method.
- .
- This description was automagically extracted from the module by dh-make-perl.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtemplate-plugin-ipaddr-perl.git
More information about the Pkg-perl-cvs-commits
mailing list