Perl-on-a-Stick development continues in New York

Alias on 2008-06-28T05:10:43

With thanks to Alex Gill from NY.pm, I've had a quiet isolated environment in which to continue work on my Perl-on-a-Stick grant.

Using my horridly slow secondary flash drive, I've been able to complete the Portable hooks for File::HomeDir, the second of four primary resource hooks I'll need to get working in order to complete the module layer of this project.

The new File::HomeDir contains the new next-generation Windows driver (inspired by Jan Dubois) that switches from using the Registry (which turns out to be an illegal hack that only made it into Win95 because 12 vendor applications couldn't port in time) to using a more correct approach based on a system call to Win32::GetFolderPath().

It also moves to a formal driver backend, and adds the needed flexibility to Portable::HomeDir to insert itself between the front end and the backend driver.

This completes the 2 hooks I have direct control over... next up is CPAN::Config.pm, which could get a bit more tricky because I don't actually OWN CPAN.pm...


But someone in NY.pm does

brian_d_foy on 2008-06-28T06:15:00

If you need to change CPAN.pm, you just have to get David Golden a bit sloshed. :)

But not *that* CPAN module

kid51 on 2008-06-29T01:08:37

David Golden has many modules on CPAN, notably CPAN-Reporter, but CPAN.pm remains Andreas' baby (or nightmare).

Re:But not *that* CPAN module

Alias on 2008-06-29T05:42:25

He may not own it as such, but he's been playing with it a lot lately, so he's probably got more influence than me.

Worst case scenario though, I just nudge Andreas at YAPC::EU :)