https://bugzilla.redhat.com/show_bug.cgi?id=1278707 Petr Pisar <ppisar@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppisar@xxxxxxxxxx --- Comment #2 from Petr Pisar <ppisar@xxxxxxxxxx> --- 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel