File: control

package info (click to toggle)
libinline-files-perl 0.68-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 216 kB
  • ctags: 51
  • sloc: perl: 618; xml: 12; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 831 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libinline-files-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/libinline-files-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libinline-files-perl.git
Homepage: http://search.cpan.org/dist/Inline-Files/

Package: libinline-files-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to handle multiple virtual files at the end of your code
 Inline::Files generalizes the notion of the __DATA__ marker and the
 associated <DATA> filehandle, to an arbitrary number of markers and
 associated filehandles.