Hey all-

I have a bunch of new modules I'd like to add to CPAN as both
fully-functional Perl 5 modules and also prototypes of proposed Perl 6
additions:


Name             DSLI  Description                                 
---------------- ----  --------------------------------------------
File::Object     adph  open() supporting fileobjects, extensibility
Date::Object     adph  Date function/OO replacements for localtime
Time::Unix       adpf  Make time() use UNIX epoch on all platforms
URI::Embed       adpf  Allow URIs to be used in Perl builtins
IO::Default      adpf  Add $DEFIN, $DEFOUT, $DEFERR I/O variables
Class::Handler   adpO  Make Apache-like pseudoclass event handlers
Class::Overload  adpO  Object-based polymorphic overloading
Module::Autoload idph  Load module functions in scripts on-demand


Let me know if you need more info. That last one is different from
'autouse' in that it uses a separate config file to decide which modules
to load based on which functions are used. I'm not sure it can be done
without core hooks.

Thanks!
Nate

Reply via email to