File: control

package info (click to toggle)
libtemplate-plugin-ipaddr-perl 0.03-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: perl: 50; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: libtemplate-plugin-ipaddr-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libnetaddr-ip-perl,
 libtemplate-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtemplate-plugin-ipaddr-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtemplate-plugin-ipaddr-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-IPAddr
Testsuite: autopkgtest-pkg-perl

Package: libtemplate-plugin-ipaddr-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libnetaddr-ip-perl,
 libtemplate-perl
Description: plugin handling IP addresses for the Template Toolkit
 Template::Plugin::IPAddr implements an IPAddr class for handling IPv4 and
 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:
 .
 [% USE IPAddr %]
 .
 [% USE IPAddr(prefix) %]
 .
 Once you've got an IPAddr object, you can use it as a prototype to create
 other IPAddr objects with the new() method.