~ubuntu-branches/ubuntu/quantal/padre/quantal

« back to all changes in this revision

Viewing changes to lib/Padre/Document/Perl/Help.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:
9
9
use Padre::Help ();
10
10
use Padre::Logger;
11
11
 
12
 
our $VERSION = '0.92';
 
12
our $VERSION = '0.94';
13
13
our @ISA     = 'Padre::Help';
14
14
 
15
15
# for caching help list (for faster access)
373
373
 
374
374
=cut
375
375
 
376
 
# Copyright 2008-2011 The Padre development team as listed in Padre.pm.
 
376
# Copyright 2008-2012 The Padre development team as listed in Padre.pm.
377
377
# LICENSE
378
378
# This program is free software; you can redistribute it and/or
379
379
# modify it under the same terms as Perl 5 itself.