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

« back to all changes in this revision

Viewing changes to lib/B/Module/Info.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2007-07-03 13:02:51 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070703130251-a3lwdwadryajtfkk
Tags: 0.31-1
* New upstream release
* Bumped policy version to 3.7.2.2 (No other changes)
* Build-Depends-Indep to Build-Depends to satisfy lintian
* Changed debian/rules so that make clean is only conditionally ignored

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
$VERSION = '0.24';
4
4
 
5
5
use B;
6
 
use B::Utils qw(walkoptree_filtered walkoptree_simple
7
 
                opgrep all_roots);
 
6
use B::BUtils qw(walkoptree_filtered walkoptree_simple
 
7
                 opgrep all_roots);
8
8
@B::Utils::bad_stashes = qw();  # give us everything.
9
9
 
10
10
{