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

« back to all changes in this revision

Viewing changes to lib/Padre/TaskHandle.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:
11
11
use Padre::Wx::Role::Conduit ();
12
12
use Padre::Logger;
13
13
 
14
 
our $VERSION  = '0.92';
 
14
our $VERSION  = '0.94';
15
15
our $SEQUENCE = 0;
16
16
 
17
17
 
453
453
 
454
454
1;
455
455
 
456
 
# Copyright 2008-2011 The Padre development team as listed in Padre.pm.
 
456
# Copyright 2008-2012 The Padre development team as listed in Padre.pm.
457
457
# LICENSE
458
458
# This program is free software; you can redistribute it and/or
459
459
# modify it under the same terms as Perl 5 itself.