pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Renamed PkgLint::Utils to PkgLi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/513842fde2b1
branches:  trunk
changeset: 493992:513842fde2b1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 18 03:43:13 2005 +0000

description:
Renamed PkgLint::Utils to PkgLint::Util, just for fun.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 4a26c700ff24 -r 513842fde2b1 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed May 18 03:38:03 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed May 18 03:43:13 2005 +0000
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.148 2005/05/18 03:38:03 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.149 2005/05/18 03:43:13 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -25,7 +25,7 @@
 # an uppercase letter are not recognized as subroutines but as file handles.
 #==========================================================================
 
-package PkgLint::Utils;
+package PkgLint::Util;
 #==========================================================================
 # This package is a catch-all for everything that does not fit in any other
 # package. Currently it contains the boolean constants C<false> and C<true>.
@@ -40,7 +40,7 @@
 use constant false     => 0;
 use constant true      => 1;
 
-#== End of PkgLint::Utils =================================================
+#== End of PkgLint::Util ==================================================
 
 package PkgLint::Logging;
 #==========================================================================
@@ -68,7 +68,7 @@
                log_error log_warning log_info
                print_summary_and_exit set_verbose is_verbose
        );
-       import PkgLint::Utils qw(false true);
+       import PkgLint::Util qw(false true);
 }
 
 use constant NO_FILE           => "";
@@ -222,7 +222,7 @@
 use Cwd;
 
 BEGIN {
-       import PkgLint::Utils qw(false true);
+       import PkgLint::Util qw(false true);
        import PkgLint::Logging qw(
                NO_FILE NO_LINE_NUMBER
                log_error log_warning log_info



Home | Main Index | Thread Index | Old Index