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

« back to all changes in this revision

Viewing changes to lib/Padre/Task/Outline.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:
8
8
use Params::Util ('_INSTANCE');
9
9
use Padre::Task  ();
10
10
 
11
 
our $VERSION = '0.92';
 
11
our $VERSION = '0.94';
12
12
our @ISA     = 'Padre::Task';
13
13
 
14
14
 
70
70
 
71
71
1;
72
72
 
73
 
# Copyright 2008-2011 The Padre development team as listed in Padre.pm.
 
73
# Copyright 2008-2012 The Padre development team as listed in Padre.pm.
74
74
# LICENSE
75
75
# This program is free software; you can redistribute it and/or
76
76
# modify it under the same terms as Perl 5 itself.