~ubuntu-branches/ubuntu/utopic/padre/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Directory/TreeCtrl.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2012-01-25 16:16:07 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20120125161607-ydc0rgxlfqk2ctrb
Tags: 0.94+dfsg1-1
* new upstream version
* watch: updated to match dfsg tag
* debian/not-real-manual.list: updated lib/Padre/Document/Perl.pm entry
* debian/copyright:
  * fixed DEP-5 syntax errors
  * updated copyright years.
  * reformatted with cme
* control: updated dependency list

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
use Padre::Wx::Role::Main      ();
14
14
use Padre::Wx::Directory::Path ();
15
15
 
16
 
our $VERSION = '0.92';
 
16
our $VERSION = '0.94';
17
17
our @ISA     = qw{
18
18
        Padre::Wx::Role::Main
19
19
        Padre::Wx::TreeCtrl
407
407
 
408
408
1;
409
409
 
410
 
# Copyright 2008-2011 The Padre development team as listed in Padre.pm.
 
410
# Copyright 2008-2012 The Padre development team as listed in Padre.pm.
411
411
# LICENSE
412
412
# This program is free software; you can redistribute it and/or
413
413
# modify it under the same terms as Perl 5 itself.