Ooh, File::ShareDir looks neat, I'll have to have a look at that,
thanks!
The dependency on Class::Driver was removed in version 0.06. The only
place it is still referenced in the codebase is in a disabled unit test
(t/02_Build_PL.t.disabled). Is it possible that your test harness is
somehow running the disabled test?
Can you provide more details about the platform you're building on?
Anyway, I'll remove the string from the disabled test, but I've done a
test install on a virgin system and everything seems to be working great
over here.
Thanks,
Tyler
On Tue Jan 08 13:31:35 2013, WCRAVENS wrote:
Show quoted text> Class::Driver requirement not picked up by cpanm. This may of course
be
Show quoted text> a cpanm issue instead but since Class::Driver appears to no longer
even
Show quoted text> exist I figured I'd start here.
>
> When I download the tarball and use 'perl Build.PL' it happily picks
up
Show quoted text> the Class::Driver requirement and fails.
>
> With 'cpanm DBIx::Migration::Directories' it fails to pick up the
> requirement and installs successfully. Then fails at runtime.
>
> My goal is to extend this module or create something new altogether
that
Show quoted text> uses File::ShareDir instead. So if this module is stale and my time
> would be saved by getting on with a fork then please just let me know.
>
> Kind Regards,
>
> Wes Cravens