Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: YAML::Dumper fails with Can't locate object method "global_object"
https://bugzilla.redhat.com/show_bug.cgi?id=567620
Summary: YAML::Dumper fails with Can't locate object method "global_object" Product: Fedora EPEL Version: el5 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: perl-YAML AssignedTo: steve@silug.org ReportedBy: opensource@till.name QAContact: extras-qa@fedoraproject.org CC: steve@silug.org, fedora-perl-devel-list@redhat.com Classification: Fedora
Description of problem: YAML::Dumper minimum example does not work.
Version-Release number of selected component (if applicable): perl-YAML.noarch 0:0.66-2.el5
How reproducible: always
Steps to Reproduce: Try to run this script: use YAML::Dumper; my $dumper = YAML::Dumper->new; $dumper->indent_width(4); print $dumper->dump({foo => 'bar'}); from http://search.cpan.org/dist/YAML/lib/YAML/Dumper.pm
Actual results: Can't locate object method "global_object" via package "YAML" at /usr/lib/perl5/vendor_perl/5.8.8/YAML/Dumper.pm line 145.
Expected results: Should print a yaml stream.
Additional info:
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=567620
Mark Chappell tremble@tremble.org.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tremble@tremble.org.uk
--- Comment #1 from Mark Chappell tremble@tremble.org.uk 2010-10-16 02:37:01 EDT --- Bug confirmed.
Work around: use YAML; before the first line.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=567620
Mark Chappell tremble@tremble.org.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |ActualBug
--- Comment #2 from Mark Chappell tremble@tremble.org.uk 2010-10-16 06:57:05 EDT --- Reported 4 years ago upstream...
https://rt.cpan.org/Public/Bug/Display.html?id=19838
https://bugzilla.redhat.com/show_bug.cgi?id=567620
--- Comment #3 from Fedora Update System updates@fedoraproject.org --- perl-YAML-0.66-3.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/perl-YAML-0.66-3.el5
https://bugzilla.redhat.com/show_bug.cgi?id=567620
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #4 from Fedora Update System updates@fedoraproject.org --- Package perl-YAML-0.66-3.el5: * should fix your issue, * was pushed to the Fedora EPEL 5 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing perl-YAML-0.66-3.el5' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2311/perl-YAML-0.66... then log in and leave karma (feedback).
https://bugzilla.redhat.com/show_bug.cgi?id=567620
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |perl-YAML-0.66-3.el5 Resolution|--- |ERRATA Last Closed| |2014-09-23 23:41:51
--- Comment #5 from Fedora Update System updates@fedoraproject.org --- perl-YAML-0.66-3.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.
perl-devel@lists.fedoraproject.org