only version 0.11
=====================

The only.pm module allows you to install many different versions of a Perl
package, and then specify which one should be used in a program.

    use only MyModule => '0.50';

See 'perldoc only' for much more information.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

CHANGES (Since 0.10)

- Works on Windows
- Selectable versionlib. Both on install and use.
- Moved version specific installation stuff into only::install
- Programmatic installation
- Fixed bugs
- Removed versionarch concept. (folded into versionlib)

DEPENDENCIES

This module requires these other modules and libraries:

  Test::More

COPYRIGHT AND LICENCE

Copyright (c) 2003. Brian Ingerson. All rights reserved.

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

See http://www.perl.com/perl/misc/Artistic.html

