[Reproducible-commits] [libextutils-depends-perl] 14/187: add license terms and bump version for a new release.
Maria Valentina Marin Rodrigues
akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.
commit b235abcfd34c0f398d93b646f31b76339ce5b89a
Author: Scott Arrington <sarringt at src.gnome.org>
Date: Fri Nov 21 06:36:48 2003 +0000
add license terms and bump version for a new release.
svn path=/trunk/; revision=20
---
Changes | 5 +++++
lib/ExtUtils/Depends.pm | 11 ++++++++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes
index 2f20e27..6e7d220 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension ExtUtils::Depends.
+0.104 Fri Nov 21 01:34:57 EST 2003
+ - remove debian packaging files
+ - add licensing terms to pod. Depends was originally part of
+ gtk-perl, which itself bore this copyright notice.
+
0.103 Fri Aug 15 09:59:42 EDT 2003
- add files for maintaining debian packages.
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 925a4c5..76f6cea 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -11,7 +11,7 @@ use IO::File;
use strict;
use vars qw($AUTOLOAD $VERSION);
-$VERSION = 0.103;
+$VERSION = 0.104;
sub new {
my ($class, $package, @depends) = @_;
@@ -381,6 +381,10 @@ flag (usually done with a
in the main .pm file) if you need to use functions defined in the module.
+=head1 SEE ALSO
+
+ExtUtils::MakeMaker.
+
=head1 AUTHOR
Paolo Molaro, lupus at debian.org
@@ -389,9 +393,10 @@ Paolo Molaro, lupus at debian.org
The Gtk2 project, http://gtk2-perl.sf.net/
-=head1 SEE ALSO
+=head1 LICENSE
-ExtUtils::MakeMaker.
+This library is free software; you may redistribute it and/or modify it
+under the same terms as Perl itself.
=cut
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git
More information about the Reproducible-commits
mailing list