OSSP CVS Repository

ossp - Check-in [5128]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5128
Date: 2005-Aug-31 09:24:56 (local)
2005-Aug-31 07:24:56 (UTC)
User:rse
Branch:
Comment: Fixed "shtool version -l perl" by replacing "my" with "our" to allow the generated file to be really useful when loaded with the Perl "require" directive.
Tickets:
Inspections:
Files:
ossp-pkg/shtool/ChangeLog      1.214 -> 1.215     5 inserted, 0 deleted
ossp-pkg/shtool/sh.version      1.38 -> 1.39     1 inserted, 1 deleted

ossp-pkg/shtool/ChangeLog 1.214 -> 1.215

--- ChangeLog    2005/07/05 19:05:40     1.214
+++ ChangeLog    2005/08/31 07:24:56     1.215
@@ -11,6 +11,11 @@
 
  Changes between 2.0.2 and 2.0.3 (15-Jun-2005 to xx-XXX-2005):
 
+   *) Fixed "shtool version -l perl" by replacing "my" with "our"
+      to allow the generated file to be really useful when loaded
+      with the Perl "require" directive.
+      [Ralf S. Engelschall]
+
    *) Improved FreeBSD/amd64 on iX86/EM64T detection within "shtool
       platform" by treating this as a native AMD64 platform similar to
       what the underlying OS does.


ossp-pkg/shtool/sh.version 1.38 -> 1.39

--- sh.version   2005/06/15 08:14:36     1.38
+++ sh.version   2005/08/31 07:24:56     1.39
@@ -282,7 +282,7 @@
             echo >>$file "##  [automatically generated and maintained by GNU shtool]"
             echo >>$file "##"
             echo >>$file ""
-            echo >>$file "my \$${prefix}version = {"
+            echo >>$file "our \$${prefix}version = {"
             echo >>$file "    'v_hex'   => ${vHex},"
             echo >>$file "    'v_short' => \"${vShort}\","
             echo >>$file "    'v_long'  => \"${vLong}\","

CVSTrac 2.0.1