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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2005-07-09 15:30:17 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050709153017-658uhcdk74mtiwmj
Tags: 0.28-1
* New upstream release
* Standards-version bump. No other changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
 
94
94
my %modes = (
95
 
             packages => sub { 
 
95
             packages => sub {
96
96
                 walkoptree_filtered(B::main_root,
97
97
                                     \&state_change,
98
98
                                     \&state_call );