[Bug 707442] New: sqlsh's help needs IO::Scalar

bugzilla at redhat.com bugzilla at redhat.com
Wed May 25 05:18:28 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: sqlsh's help needs IO::Scalar

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

           Summary: sqlsh's help needs IO::Scalar
           Product: Fedora
           Version: 14
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: low
          Priority: unspecified
         Component: perl-SQL-Shell
        AssignedTo: cweyl at alumni.drew.edu
        ReportedBy: jpazdziora at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: cweyl at alumni.drew.edu,
                    fedora-perl-devel-list at redhat.com
    Classification: Fedora
      Story Points: ---


Description of problem:

When perl-SQL-Shell is installed, the help command of sqlsh does not work
because perl-SQL-Shell does not pull perl-IO-stringy as a dependency.

Version-Release number of selected component (if applicable):

$ rpm -qf /usr/bin/sqlsh 
sqlsh-1.14-5.fc14.noarch

How reproducible:

Seems deterministic.

Steps to Reproduce:
1. Start sqlsh.
2. Type help at prompt.

Actual results:

$ sqlsh 

               _       _      
              | |     | |     
     ___  ____| |  ___| |__   
    /___)/ _  | | /___)  _ \  
   |___ | |_| | ||___ | | | | 
   (___/ \__  |\_|___/|_| |_| 
            |_|               

Type HELP for a list of commands
> help
Can't locate IO/Scalar.pm in @INC (@INC contains: /usr/local/lib/perl5
/usr/local/share/perl5 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl5
/usr/share/perl5 /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.10.0
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl .) at /usr/bin/sqlsh line
181, <FIN> line 1.

Expected results:

$ sqlsh 

               _       _      
              | |     | |     
     ___  ____| |  ___| |__   
    /___)/ _  | | /___)  _ \  
   |___ | |_| | ||___ | | | | 
   (___/ \__  |\_|___/|_| |_| 
            |_|               

Type HELP for a list of commands
> help

            _       _                                               _      
           | |     | |                                             | |     
  ___  ____| |  ___| |__      ____ ___  ____  ____  _____ ____   __| | ___ 
 /___)/ _  | | /___)  _ \    / ___) _ \|    \|    \(____ |  _ \ / _  |/___)
|___ | |_| | ||___ | | | |  ( (__| |_| | | | | | | / ___ | | | ( (_| |___ |
(___/ \__  |\_|___/|_| |_|   \____)___/|_|_|_|_|_|_\_____|_| |_|\____(___/ 
         |_|                                                               

 show drivers
 show datasources <driver>
 connect <dsn> [<user> <pass>] - connect to DBI DSN
[...]

Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the perl-devel mailing list