Skip Menu |

This queue is for tickets about the Catalyst-View-SVG-TT-Graph CPAN distribution.

Report information
The Basics
Id: 67472
Status: resolved
Priority: 0/
Queue: Catalyst-View-SVG-TT-Graph

People
Owner: terencemo [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.0221
Fixed in: 0.0223



Subject: FindBin prereq version necessary?
In Makefile.PL I see the line 'FindBin' => '1.50', However, a quick scan over the distribution does not reveal any uses of FindBin. Also, forcing this version of FindBin effectively makes it not possible to use the distribution with perl < 5.10.1. Regards, Slaven
Hi Slaven, On Thu Apr 14 18:12:49 2011, SREZIC wrote: Show quoted text
> 'FindBin' => '1.50', > > However, a quick scan over the distribution does not reveal any uses
of Show quoted text
> FindBin.
Thanks for your feedback. FindBin is used in the testapp[1] at and the live test case[2]. The application can't be tested unless it is installed. Show quoted text
> Also, forcing this version of FindBin effectively makes it not > possible to use the distribution with perl < 5.10.1.
Which version of perl/FindBin are you using? Regards, Terence. [1] http://cpansearch.perl.org/src/TERENCEMO/Catalyst-View-SVG-TT-Graph- 0.0221/t/lib/script/testapp_test.pl [2] http://cpansearch.perl.org/src/TERENCEMO/Catalyst-View-SVG-TT-Graph- 0.0221/t/live-test.t
Fixed in version 0.0222. Kindly check and confirm. Regards, Terence.
On 2011-05-25 12:28:14, TERENCEMO wrote: Show quoted text
> Fixed in version 0.0222. Kindly check and confirm.
As your FindBin usage does not do something fancy (i.e. using the "again" method, which was introduced later), I suggest to lower the prereq version even to 0. Regards, Slaven
Slaven, Thanks for your feedback. FindBin minimum version has been set to 1.42, so perl >= 5.6.0 [1] support is enabled, though I can't guarantee this because I can't reproduce that environment at my location and Catalyst framework itself has not afaik been sufficiently tested with perl 5.6. Help with testing with perl 5.6/5.7/5.8 will be greatly appreciated. Regards, Terence. [1] http://search.cpan.org/~gsar/perl-5.6.0/