Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 70359
Status: resolved
Priority: 0/
Queue: Shipwright

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

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



Subject: Warnings on every command
Every command in shipwright includes 4 warnings shipwright create -r fs:/home/devel/shipyard Use of uninitialized value in scalar assignment at /home/devel/apps/perl/lib/perl5/Shipwright.pm line 17. Use of uninitialized value in scalar assignment at /home/devel/apps/perl/lib/perl5/Shipwright.pm line 18. Use of uninitialized value in scalar assignment at /home/devel/apps/perl/lib/perl5/Shipwright.pm line 19. Use of uninitialized value in scalar assignment at /home/devel/apps/perl/lib/perl5/Shipwright.pm line 20. successfully created The application works ok but gives those annoying messages. I'm on Linux x86_64 with perl 5.8.8
I think I fixed this in 9f770c44f4d. sadly I don't have the env to test it, do you mind testing this for me? the repo is git://github.com/bestpractical/shipwright.git thanks sunnavy On Thu Aug 18 21:35:55 2011, DICHI wrote: Show quoted text
> Every command in shipwright includes 4 warnings > > shipwright create -r fs:/home/devel/shipyard > Use of uninitialized value in scalar assignment at > /home/devel/apps/perl/lib/perl5/Shipwright.pm line 17. > Use of uninitialized value in scalar assignment at > /home/devel/apps/perl/lib/perl5/Shipwright.pm line 18. > Use of uninitialized value in scalar assignment at > /home/devel/apps/perl/lib/perl5/Shipwright.pm line 19. > Use of uninitialized value in scalar assignment at > /home/devel/apps/perl/lib/perl5/Shipwright.pm line 20. > successfully created > > The application works ok but gives those annoying messages. I'm on Linux > x86_64 with perl 5.8.8