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

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 6 09:00:23 UTC 2015


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: emmanuel at seyman.fr
          Reporter: jplesnik at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: emmanuel at seyman.fr, perl-devel at 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.


More information about the perl-devel mailing list