The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Module - use modules from CPAN without installing

SYNOPSIS

  # obvious, really
  use WWW::Module qw(Some::Module);
  use Some::Module;

  # multiple modules
  use WWW::Module qw(Foo::Bar Baz);
  use Foo::Bar;
  use Baz;

NOTES

If you haven't used the CPAN module before, this module will create a .cpan/CPAN/MyConfig.pm file with some defaults. You probably wouldn't want to use these defaults if you regularly are using the CPAN shell to install software.

The module will also create a build directory in /tmp/cpan-XXXX

Send me bug reports. I'm sure there will be lots as the whole idea is probably a bit flaky.

AUTHOR

Nigel Gourlay nwetters@cpan.org

Copyright (c) 2006 Nigel Gourlay. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

VERSION

Version 1.00 (26 Nov, 2006)

SEE ALSO

perl(1)