File: control

package info (click to toggle)
libv-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 88 kB
  • ctags: 17
  • sloc: perl: 178; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 755 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libv-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/V/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libv-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libv-perl

Package: libv-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for printing the version of specified perl module(s)
 V uses stolen code from Module::Info to find the location and version of the
 specified module(s). It prints them and exit()s.