only version 0.26
=====================

The only.pm module allows you to install many different versions of a
Perl module distribution, 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.25)

- Switched from CPAN::MakeMaker to Module::Install. This is one of the first
  modules to use the brilliant new framework.

CHANGES (Since 0.20)

- Added a public Object Oriented Interface for more control.

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
