Index: ossp-pkg/shtool/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v rcsdiff -q -kk '-r1.214' '-r1.215' -u '/v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v' 2>/dev/null --- 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. Index: ossp-pkg/shtool/sh.version RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.version,v rcsdiff -q -kk '-r1.38' '-r1.39' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.version,v' 2>/dev/null --- 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}\","