home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _1524f33328360e5854e26ef072632d09 < prev    next >
Text File  |  2004-06-01  |  647b  |  25 lines

  1. This is the README file for Test::Simple, basic utilities for 
  2. writing tests, by Michael G Schwern <schwern@pobox.com>.
  3.  
  4. After installation, please consult the tutorial for how to
  5. start adding tests to your modules. 'perldoc Test::Tutorial'
  6. should work on most systems.
  7.  
  8. * Installation
  9.  
  10. Test::Simple uses the standard perl module install process:
  11.  
  12. perl Makefile.PL
  13. make
  14. make test
  15. make install
  16.  
  17. * Copyright
  18.  
  19. Copyright 2001 by Michael G Schwern <schwern@pobox.com>.
  20.  
  21. All rights reserved.  You can redistribute and/or modify
  22. this bundle under the same terms as Perl itself.
  23.  
  24. See <http://www.perl.com/perl/misc/Artistic.html>.
  25.