~ubuntu-branches/ubuntu/oneiric/padre/oneiric

« back to all changes in this revision

Viewing changes to lib/Padre/Plugin/My.pm

Tags: upstream-0.34
ImportĀ upstreamĀ versionĀ 0.34

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
use Padre::Wx     ();
8
8
use Padre::Plugin ();
9
9
 
10
 
our $VERSION = '0.33';
 
10
our $VERSION = '0.34';
11
11
use base 'Padre::Plugin';
12
12
 
13
13
#####################################################################