File: control

package info (click to toggle)
libmoosex-object-pluggable-perl 0.0013-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 336 kB
  • ctags: 24
  • sloc: perl: 437; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,717 bytes parent folder | download
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
35
36
37
38
Source: libmoosex-object-pluggable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Brian Cassidy <brian.cassidy@gmail.com>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl
Build-Depends-Indep: perl,
                     libclass-load-perl,
                     libmodule-pluggable-perl | perl (<< 5.17.0),
                     libmodule-runtime-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libtest-fatal-perl,
                     libtry-tiny-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-object-pluggable-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-object-pluggable-perl.git
Homepage: https://metacpan.org/release/MooseX-Object-Pluggable

Package: libmoosex-object-pluggable-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-load-perl,
         libmodule-pluggable-perl | perl (<< 5.17.0),
         libmodule-runtime-perl,
         libmoose-perl,
         libnamespace-autoclean-perl,
         libtry-tiny-perl
Description: Perl module for adding plugin support to your Moose classes
 MooseX::Object::Pluggable is meant to be loaded as a role from Moose-based
 classes. It will add five methods and four attributes to assist you with the
 loading and handling of plugins and extensions for plugins. This may pollute
 your namespace, however great care has been taken in using the least
 ambiguous names possible.