~ubuntu-branches/ubuntu/karmic/padre/karmic

« back to all changes in this revision

Viewing changes to lib/Padre/Project/Perl.pm

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-07-03 23:35:34 UTC
  • mfrom: (5.1.2 karmic)
  • Revision ID: james.westby@ubuntu.com-20090703233534-i81q25s451pyid2d
Tags: 0.36-3
* remove build dep on locales-all (Closes: #535248) (LP: #394128)
* Debian Policy 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use warnings;
7
7
use Padre::Project ();
8
8
 
9
 
our $VERSION = '0.35';
10
 
use base 'Padre::Project';
 
9
our $VERSION = '0.36';
 
10
our @ISA     = 'Padre::Project';
11
11
 
12
12
sub inspector {
13
13
        my $self = shift;