File: control

package info (click to toggle)
libdevel-declare-perl 0.006000-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 296 kB
  • ctags: 238
  • sloc: perl: 1,605; ansic: 756; makefile: 25
file content (30 lines) | stat: -rw-r--r-- 1,410 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
Source: libdevel-declare-perl
Section: perl
Priority: optional
Build-Depends: perl, debhelper (>= 7.0.50~),
 libextutils-depends-perl, libb-hooks-op-check-perl,
 libb-hooks-endofscope-perl, libsub-name-perl,
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 Ryan Niebur <ryan@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>,
 Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Devel-Declare/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-declare-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-declare-perl/

Package: libdevel-declare-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
 libb-hooks-op-check-perl, libb-hooks-endofscope-perl, libsub-name-perl
Description: module to add new syntax to Perl
 Devel::Declare can install subroutines called declarators which locally take
 over control of Perl's parser, allowing the creation of new syntax, including
 keywords and other constructs that might not be, in themselves, valid Perl 5
 code.
 .
 This module can be used for adding new keywords, completely in Perl code. It
 allows a subroutine to be executed during the Perl code compilation, meaning
 that syntax can be transformed into equivalent code for Perl on-the-fly.