[Catalyst] Requiring a certain module version in Makefile.PL
Octavian Rasnita
orasnita at gmail.com
Sun Feb 21 17:54:26 GMT 2010
Hi,
In Makefile.PL I have the following line:
requires 'DBIx::Class::Schema::Loader' => '0.05003';
When I do
perl Makefile.PL
shouldn't that line require and install this version of
DBIx::Class::Schema::Loder?
I have a 0.04... version, but after `perl Makefile.PL` the new version was
not installed and it happened the same with other modules.
I use Perl 5.10.0 under Debian.
Thanks.
Octavian
More information about the Catalyst
mailing list