Acme::UNIVERSAL::new
--------------------

0.01 - Sun Jan 29 02:46:23 UTC 2006

This module provides UNIVERSAL::new(), the ultimate constructor:

 use Acme::UNIVERSAL::new;

 my $q   = UNIVERSAL::new( 'CGI' );
 my $dbh = UNIVERSAL::new( 'dbi:Pg:dbname=my_db', '', '', {} );

 # ...

Just call UNIVERSAL::new() as a function, passing whatever arguments you want,
and you will receive an appropriate object.

INSTALLATION

To install this module, run the following commands:

   perl Build.PL
   perl ./Build
   perl ./Build test
   perl ./Build install

You can also use the compatible Makefile.PL, but I don't.

SUPPORT AND DOCUMENTATION

After installing, read the documentation for this module with the perldoc
command:

   perldoc Acme::UNIVERSAL::new

You can also look for information at:

   Search CPAN
       http://search.cpan.org/dist/Acme-UNIVERSAL-new

   CPAN Request Tracker:
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-UNIVERSAL-new

   AnnoCPAN, annotated CPAN documentation:
       http://annocpan.org/dist/Acme-UNIVERSAL-new

   CPAN Ratings:
       http://cpanratings.perl.org/d/Acme-UNIVERSAL-new

COPYRIGHT AND LICENCE

Copyright (C) 2006 chromatic

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.