File: control

package info (click to toggle)
libpackage-new-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 96 kB
  • ctags: 5
  • sloc: perl: 35; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 875 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libpackage-new-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpackage-new-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libpackage-new-perl.git
Homepage: http://search.cpan.org/dist/Package-New/

Package: libpackage-new-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: simple base package from which to inherit
 The Package::New object provides a consistent constructor for objects,
 similar to Package::Base or Object::Tiny. It provides the methods 'new'
 and 'initialize', as well as a method 'dump' for debugging through
 Package::New::Dump.