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

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Role/View.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:
4
4
use strict;
5
5
use warnings;
6
6
 
7
 
our $VERSION = '0.92';
 
7
our $VERSION    = '0.94';
 
8
our $COMPATIBLE = '0.93';
8
9
 
9
10
1;
10
11
 
87
88
 
88
89
=head1 COPYRIGHT & LICENSE
89
90
 
90
 
Copyright 2008-2011 The Padre development team as listed in Padre.pm.
 
91
Copyright 2008-2012 The Padre development team as listed in Padre.pm.
91
92
 
92
93
This program is free software; you can redistribute
93
94
it and/or modify it under the same terms as Perl 5 itself.