James A. Duncan > all-0.5 > all

Download:
all-0.5.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Module Version: 0.5   Source   Latest Release: all-0.5101

NAME ^

all - pragma to load all packages under a namespace

SYNOPSIS ^

  # use everything in the IO:: namespace
  use all of => IO::;
  use all IO::;

  # use everything in the IO:: and Sys:: namespaces
  use all IO::, Sys::;
  use all of => IO::, Sys::;

DESCRIPTION ^

With the all pragma you can load multiple modules that share the same root namespace. This vastly reduces the amount of times you need to spend use'ing modules.

BUGS / FEATURES ^

AUTHOR ^

James A. Duncan <jduncan@fotango.com>

COPYRIGHT ^

Copyright 2003 Fotango Ltd. All Rights Reserved.

This module is released under the same terms as Perl itself.