[Reproducible-commits] [libextutils-depends-perl] 04/187: *** empty log message ***
Maria Valentina Marin Rodrigues
akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:42 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 20b498c4cae613184b7303e82cf277a8a4091a43
Author: x-pcg <x-pcg at localhost>
Date: Fri Jun 20 21:38:17 2003 +0000
*** empty log message ***
svn path=/trunk/; revision=6
---
Changes | 5 ++++-
lib/ExtUtils/Depends.pm | 2 +-
t/01_load.t | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
index c1d8802..23e1564 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension ExtUtils::Depends.
-0.1 Thu Jun 19 01:29:25 CEST 2003
+0.101 Fri Jun 20 23:37:19 CEST 2003
+ - added primitive load-only testsuite.
+
+0.1 Thu Jun 19 01:29:25 CEST 2003
- original version; created by extracting it from glib.
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 8025d33..bac2644 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -10,7 +10,7 @@ use IO::File;
use strict;
use vars qw($AUTOLOAD $VERSION);
-$VERSION = 0.1;
+$VERSION = 0.101;
sub new {
my ($class, $package, @depends) = @_;
diff --git a/t/01_load.t b/t/01_load.t
new file mode 100644
index 0000000..d2a1dd8
--- /dev/null
+++ b/t/01_load.t
@@ -0,0 +1,4 @@
+use Test;
+BEGIN { plan tests => 1 }
+
+use ExtUtils::Depends; ok(1);
--
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