Bug 461581

Summary: perl-Catalyst-Runtime-scripts should depend on perl-parent
Product: [Fedora] Fedora Reporter: Allan Engelhardt <allane>
Component: perl-Catalyst-DevelAssignee: Chris Weyl <cweyl>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 9CC: perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-25 00:20:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Allan Engelhardt 2008-09-09 09:27:03 UTC
Description of problem:
The perl-Catalyst-Runtime-scripts RPM package (and presumably perl-Catalyst-Devel ?) should depend on perl-parent

Version-Release number of selected component (if applicable): 5.7014-3.fc9.


How reproducible: Always.


Steps to Reproduce:
1. yum install perl-Catalyst-Runtime-scripts.noarch
2. catalyst.pl MyApp
3. cd MyApp
4. perl script/myapp_server.pl
  
Actual results:
Can't locate parent.pm in @INC (@INC contains: [...snip...]) at /home/allane/playpen/MyApp/script/../lib/MyApp.pm line 16.
BEGIN failed--compilation aborted at /home/allane/playpen/MyApp/script/../lib/MyApp.pm line 16.
Compilation failed in require at script/myapp_server.pl line 55.

Expected results:

[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
[...snip...]

Additional info:

Do 

yum install perl-parent

to fix, but it would be nicer if the RPM package had the right dependency.

Comment 1 Chris Weyl 2008-09-11 04:33:18 UTC
(In reply to comment #0)
> Do 
> 
> yum install perl-parent
> 
> to fix, but it would be nicer if the RPM package had the right dependency.

Agreed.  Looks like this is actually in the code Catalyst::Helper generates (via catalyst.pl's invocation), and the Catalyst-Devel dist marks it as a requires, so I'll manually add it to that rpm.

Comment 2 Fedora Update System 2008-09-11 04:51:14 UTC
perl-Catalyst-Devel-1.08-2.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/perl-Catalyst-Devel-1.08-2.fc9

Comment 3 Fedora Update System 2008-09-12 05:14:46 UTC
perl-Catalyst-Devel-1.08-2.fc9 has been pushed to the Fedora 9 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update perl-Catalyst-Devel'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-8007

Comment 4 Fedora Update System 2008-09-25 00:19:57 UTC
perl-Catalyst-Devel-1.08-2.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.