| 12
 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.
 |