Changeset 10618 for trunk/Padre/lib/Padre/Util/SVN.pm
- Timestamp:
- 02/08/10 03:19:53 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Util/SVN.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Util/SVN.pm
r10615 r10618 8 8 use strict; 9 9 use warnings; 10 11 our $VERSION = '0.56'; 10 12 11 13 my $PADRE = undef; … … 50 52 51 53 1; 54 55 =pod 56 57 =head1 COPYRIGHT & LICENSE 58 59 Copyright 2008-2010 The Padre development team as listed in Padre.pm. 60 61 This program is free software; you can redistribute 62 it and/or modify it under the same terms as Perl itself. 63 64 The full text of the license can be found in the 65 LICENSE file included with this module. 66 67 =cut 68 69 # Copyright 2008-2010 The Padre development team as listed in Padre.pm. 70 # LICENSE 71 # This program is free software; you can redistribute it and/or 72 # modify it under the same terms as Perl 5 itself.
Note: See TracChangeset
for help on using the changeset viewer.
