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@xxxxxxxxx ReportedBy: opensource@xxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: steve@xxxxxxxxx, fedora-perl-devel-list@xxxxxxxxxx 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: -- 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel