Bug#672356: libspread-perl: DynaLoader now requires versions to be numbers, Spread.pm uses a string.

2012-05-20 Thread Niko Tyni
severity 672356 grave thanks On Thu, May 10, 2012 at 10:14:36PM +1200, Andrew Ruthven wrote: > Package: libspread-perl > Version: 3.17.4-3 > Severity: important > Tags: patch > puck@wheezy:~$ perl -MSpread -e 'print "hello\n"'; > > Invalid version format (non-numeri

Bug#672356: libspread-perl: DynaLoader now requires versions to be numbers, Spread.pm uses a string.

2012-05-10 Thread Andrew Ruthven
Package: libspread-perl Version: 3.17.4-3 Severity: important Tags: patch Dear Maintainer, Trying run a script on Wheezy that uses Spread now dies with an Invalid version format. This simple example gives the same message: puck@wheezy:~$ perl -MSpread -e 'print "hello\n"';