On 19/03/07, chromatic <[EMAIL PROTECTED]> wrote:
On Sunday 18 March 2007 10:14, [EMAIL PROTECTED] wrote:

> Log:
> Commenting out old MacOS Classic-specific code so the warnings don't
> appear. Does anyone use MacOS Classic anymore?
>
>
> Modified: trunk/parrotbug
> ===========================================================================
>=== --- trunk/parrotbug        (original)
> +++ trunk/parrotbug   Sun Mar 18 10:14:48 2007
> @@ -147,9 +147,9 @@
>      ##
>      ## Process options.
>      ##
> -    @ARGV = split m/\s+/,
> -        MacPerl::Ask("Provide command-line args here (-h for help):")
> -        if $is_macos && $MacPerl::Version =~ /App/;
> +    [EMAIL PROTECTED] = split m/\s+/,
> +    #MacPerl::Ask("Provide command-line args here (-h for help):")
> +    #if $is_macos && $MacPerl::Version =~ /App/;

We can get this code out of Subversion if we need it again; I say just delete
it.

Applied as of r17631.  Thanks for your feedback!

Reply via email to