~ubuntu-branches/ubuntu/maverick/padre/maverick

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Left.pm

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-10-29 17:40:10 UTC
  • mto: (10.1.1 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20091029174010-v9ryrnscjm4gg0x2
Tags: upstream-0.48.ds2
ImportĀ upstreamĀ versionĀ 0.48.ds2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# The left-hand notebook
4
4
 
 
5
use 5.008;
5
6
use strict;
6
7
use warnings;
7
8
use Padre::Constant ();
8
9
use Padre::Wx       ();
9
10
 
10
 
our $VERSION = '0.42';
 
11
our $VERSION = '0.48';
11
12
our @ISA     = qw{
12
13
        Padre::Wx::Role::MainChild
13
14
        Wx::AuiNotebook