On Sat, 19 Mar 2005 18:56:15 -0500, Michael Graham <[EMAIL PROTECTED]> wrote:
> A quick question (and this is a bit off-topic) - can other modules
> released on CPAN require this developer release as a prerequisite?
> 
> For instance, if I add the following to the Build.PL of a module, will
> cpan install C::A 4.0_2 automatically?
> 
>     requires => {
>         'CGI::Application' => 4,
>     },

Yes, you can do that, but I don't think that CPAN will find and
install CGI::Application 4.00_2 automatically.  But that doesn't stop
a user from installing it manually.

I would suggest also putting a Beta tag on the module by adding a _1
to the version as well, since currently you would be requiring a Beta
module.

Cheers,

Cees

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to