File: control

package info (click to toggle)
libdevel-beginlift-perl 0.001003-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 156 kB
  • ctags: 101
  • sloc: perl: 1,092; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 967 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
Source: libdevel-beginlift-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends: debhelper (>= 9),
 libb-hooks-op-check-entersubforcv-perl (>= 0.03),
 libextutils-depends-perl,
 perl,
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-beginlift-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-beginlift-perl.git
Homepage: http://search.cpan.org/dist/Devel-BeginLift/

Package: libdevel-beginlift-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libb-hooks-op-check-entersubforcv-perl (>= 0.03),
Description: make selected sub calls evaluate at compile time
 Devel::BeginLift 'lifts' arbitrary sub calls to running at compile
 time - sort of a souped up version of "use constant". It does this
 via some slightly insane perlguts magic.