[Catalyst] [RFC] Catalyst::ConfigLoader -- load a config from
various formats
Brandon Black
blblack at gmail.com
Thu Jan 26 17:33:56 CET 2006
On 1/26/06, Perrin Harkins <perrin at elem.com> wrote:
> Matt S Trout wrote:
> > If you can think of a better way that allows all apps on the system to get
> > the main version except those that specifically
> >
> > use YAML::Frozen::039;
>
> You're trying to allow for multiple versions of the same module on the
> same system? Why? Isn't it enough for people to be able to install the
> right one?
>
Because on the same system where Cat might need YAML 0.39, there might
be unknown other installed modules which depend on later versions of
YAML.
-- Brandon
More information about the Catalyst
mailing list