Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Text-Haml CPAN distribution.

Report information
The Basics
Id: 79841
Status: resolved
Priority: 0/
Queue: Text-Haml

People
Owner: Nobody in particular
Requestors: SHLOMIF [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.990106
Fixed in: (no value)



Subject: Text::Haml emits many "Use of uninitialized value in string eq " warnings
In this repository: https://github.com/xsawyerx/telaviv.pm on Mageia Linux 3/Cauldron with Text::Haml version perl-Text-Haml-0.990.106-1.mga3 , running bash bin/create.sh gives me: t/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in string eq at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 484. Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 719. Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 728. Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 719. Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/vendor_perl/5.16.1/Text/Haml.pm line 728. This in turn runs: [CODE] #!/usr/bin/perl use strict; use warnings; use IO::All; use Text::Haml; @ARGV == 1 or die "$0 <file.haml>"; my $haml = Text::Haml->new; my $template = io( $ARGV[0] )->slurp; my $output = $haml->render($template); print << "_END"; [% WRAPPER root.tt %] <div class="post"> <h2 class="title">Previous Events</h2> <div style="clear: both;">&nbsp;</div> $output </div> [% END %] _END [/CODE] Regards, -- Shlomi Fish
Fixed in 0.990107
Hi VTI, On Wed Sep 26 03:22:28 2012, VTI wrote: Show quoted text
> Fixed in 0.990107
thanks for fixing it. But I don't see this release on CPAN. It should be uploaded there and made available, before this bug is marked as resolved. Regards, -- Shlomi Fish
On Wed Sep 26 05:53:10 2012, SHLOMIF wrote: Show quoted text
> Hi VTI, > > On Wed Sep 26 03:22:28 2012, VTI wrote:
> > Fixed in 0.990107
> > thanks for fixing it. But I don't see this release on CPAN. It should be > uploaded there and made available, before this bug is marked as resolved. > > Regards, > > -- Shlomi Fish
It's on its way.
Marking as resolved, because it appears to be fixed in the latest CPAN version. Thanks!