[Bug 1278707] perl-SQL-SplitStatement: Failed test t/95-script.t

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 6 09:31:34 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1278707

Petr Pisar <ppisar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ppisar at redhat.com



--- Comment #2 from Petr Pisar <ppisar at redhat.com> ---
Getopt-Long 3.48 fixed gnu_getopt compatibility mode. In that mode, it consider
"--fo bar" as an option and a positional argument because gnut_getopt mode
would requires "--foo=bar" syntax to make the "bar" a value of "foo" option.

If sql-split uses that mode, you have to call it as -E=t/data/create_table.sql.
If not, it's probably a regressions in the Getopt::Long.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the perl-devel mailing list