~ubuntu-branches/ubuntu/wily/libmodule-info-perl/wily-proposed

« back to all changes in this revision

Viewing changes to bin/module_info

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt, gregor herrmann, Ansgar Burchardt, Salvatore Bonaccorso
  • Date: 2010-06-06 21:51:52 UTC
  • Revision ID: james.westby@ubuntu.com-20100606215152-jixscux2upyst0lu
Tags: 0.31-2
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/control: Added: ${misc:Depends} to Depends: field.

[ Ansgar Burchardt ]
* debian/watch: Use extended regexp to match upstream releases.
* Refresh rules for debhelper 7.
* Use Build.PL.
* Use source format 3.0 (quilt).
* Convert debian/copyright to proposed machine-readable format.
* Do not use embedded copy of Test-Simple during build.
* Compare versions as numbers, not as strings in tests.
  + new patch: version-comparison.patch
* Use is_deeply the right way.
  + new patch: is-deeply.patch
* Fix spelling errors.
  + new patch: spelling.patch
* Add missing whatis entry to B::Module::Info.
  + new patch: whatis-entry.patch
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
=head1 NAME
4
4
 
5
 
module_info - find informations about modules
 
5
module_info - find information about modules
6
6
 
7
7
=head1 SYNOPSIS
8
8
 
14
14
C<Module::Name> or paths in the form C<Foo/Bar.pm> or C<foo/bar.pl>).
15
15
 
16
16
By default only shows module name, version, directory, absolute path
17
 
and a flag indicating if it is a core module. Additional informations
 
17
and a flag indicating if it is a core module. Additional information
18
18
can be requested through command line switches.
19
19
 
20
20
=over 4