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

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Menu/View.pm

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-04-28 16:21:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090428162153-9p3ygfznr9xt08sn
Tags: 0.34-1
* New upstream release

* bump liborlite-perl (build-)dependency to 1.20
* bump liborlite-migrate-perl (build-)dependency to 0.03
* refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
use Padre::Locale   ();
11
11
use Padre::Wx::Menu ();
12
12
use Padre::Current qw{_CURRENT};
 
13
use File::Glob ':glob';    # Fix win32 globbing problem with spaces in paths
13
14
 
14
 
our $VERSION = '0.33';
 
15
our $VERSION = '0.34';
15
16
use base 'Padre::Wx::Menu';
16
17
 
17
18
#####################################################################