String/Substrings version 0.01
==============================

NAME
   String::Substrings - module to extract some/all substrings from a string

SYNOPSIS
     use String::Substrings;

     my @parts = substrings $string;

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:

 String::Random
 Test::Differences
 Test::Exception
 Test::More

All these modules are only needed for the tests.

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2002 Janek Schleicher

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