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

            Bug ID: 1278707
           Summary: perl-SQL-SplitStatement: Failed test t/95-script.t
           Product: Fedora
           Version: rawhide
         Component: perl-SQL-SplitStatement
          Assignee: emman...@seyman.fr
          Reporter: jples...@redhat.com
        QA Contact: extras...@fedoraproject.org
                CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org



Description of problem:
Package perl-SQL-SplitStatement fails to build from source in rawhide.

Version-Release number of selected component (if applicable):
1.00020-3.fc24

Steps to Reproduce:
koji build --scratch f24 perl-SQL-SplitStatement-1.00020-3.fc24.src.rpm

Additional info:
This package is tracked by Koschei. See:
https://apps.fedoraproject.org/koschei/package/perl-SQL-SplitStatement

Test failed with new perl-Getopt-Long 3.48

The similar command is called in the test 
$ perl -Ilib bin/sql-split -s --# -f --### -E t/data/create_table.sql 

Current result:
Unknown option: E
Usage:
        sql-split [ OPTIONS ] [ FILE(S) ]
        sql-split --man

Expected result:
perl -Ilib bin/sql-split -s --# -f --### -E t/data/create_table.sql
CREATE TABLE foo (
    foo_field_1 VARCHAR,
    foo_field_2 VARCHAR
)--#CREATE TABLE bar (
    bar_field_1 VARCHAR,
    bar_field_2 VARCHAR
)--#

-- 
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@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to