File: control

package info (click to toggle)
libkeyword-simple-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 104 kB
  • ctags: 3
  • sloc: perl: 90; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,055 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
Source: libkeyword-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper (>= 9.20120312~),
 libb-hooks-endofscope-perl,
 perl (>= 5.12.0)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libkeyword-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libkeyword-simple-perl.git
Homepage: https://metacpan.org/release/Keyword-Simple
Testsuite: autopkgtest-pkg-perl

Package: libkeyword-simple-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libb-hooks-endofscope-perl,
 perl (>= 5.12.0)
Description: Perl module to define new keywords in pure Perl
 Keyword::Simple allows one to implement new keywords in pure Perl. To do
 this, it is needed to write a module and call Keyword::Simple::define in
 the import method. Any keywords defined this way will be available in
 the lexical scope that's currently being compiled.