[Reproducible-commits] [libextutils-depends-perl] 29/187: - Use capitals at the start of everything that is printed out, to unify Makefile.PL output.

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:46 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 a3658b102794ec03b34798207c7c85293b7395dc
Author: Torsten Schönfeld <tsch at src.gnome.org>
Date:   Sun Sep 19 21:28:50 2004 +0000

    	- Use capitals at the start of everything that is printed out, to unify
    	  Makefile.PL output.
    
    svn path=/trunk/; revision=43
---
 Changes                 | 5 ++++-
 lib/ExtUtils/Depends.pm | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 6c5e24d..a3e665d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.204 Sun Sep 19 23:26:23 CEST 2004
+	- Use capitals at the start of everything that is printed out, to unify
+	  Makefile.PL output.
+
 0.203 Fri Mar 12 16:09:35 EST 2004
 	- don't output a PM pair from get_makefile_vars unless we actually
 	  have data in the pm key.
@@ -43,4 +47,3 @@ Revision history for Perl extension ExtUtils::Depends.
 
 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 b28f2d2..c5d3cd7 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -114,7 +114,7 @@ sub save_config {
 	use IO::File;
 
 	my ($self, $filename) = @_;
-	warn "writing $filename\n";
+	warn "Writing $filename\n";
 
 	my $file = IO::File->new (">".$filename)
 		or croak "can't open '$filename' for writing: $!\n";
@@ -179,10 +179,10 @@ sub load {
 	
 	no strict;
 
-	croak "no dependency information found for $dep"
+	croak "No dependency information found for $dep"
 		unless $instpath;
 
-	warn "found $dep in $instpath\n";
+	warn "Found $dep in $instpath\n";
 
 	if (not File::Spec->file_name_is_absolute ($instpath)) {
 		warn "instpath is not absolute; using cwd...\n";

-- 
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