lib/Text/TabsWrap/t/dnsparks.t should skip under TEST too, so remove it.
[p5sagit/p5-mst-13.2.git] / lib / Text / Balanced / README
old mode 100755 (executable)
new mode 100644 (file)
index feba188..386bd5a
@@ -1,14 +1,8 @@
-==============================================================================
-                  Release of version 1.86 of Text::Balanced
-==============================================================================
-
-
-NAME
+Text::Balanced version 2.0.0
 
     Text::Balanced - Extract delimited text sequences from strings.
 
-
-SUMMARY (see Balanced.pod for full details)
+SUMMARY
 
     Text::Balanced::extract_delimited
     
@@ -42,47 +36,36 @@ SUMMARY (see Balanced.pod for full details)
     
         `extract_tagged' attempts to recognize and extract a
         substring between two arbitrary "tag" patterns (a start tag
-       and an end tag).
-
-    
-INSTALLATION
-
-    It's all pure Perl, so just put the .pm file in its appropriate
-    local Perl subdirectory.
+       and an end tag).
 
 
-AUTHOR
-
-    Damian Conway (damian@cs.monash.edu.au)
-
-
-COPYRIGHT
-
-     Copyright (c) 1997-2001, Damian Conway. All Rights Reserved.
-     This module is free software. It may be used, redistributed
-         and/or modified under the same terms as Perl itself.
-
+INSTALLATION
 
+To install this module, run the following commands:
 
-==============================================================================
+    perl Makefile.PL
+    make
+    make test
+    make install
 
-CHANGES IN VERSION 1.86
 
+Alternatively, to install with Module::Build, you can use the following commands:
 
-       - Revised licence for inclusion in core distribution
+    perl Build.PL
+    ./Build
+    ./Build test
+    ./Build install
 
-       - Consolidated POD in .pm file
 
-       - renamed tests to let DOS cope with them
 
+DEPENDENCIES
 
-==============================================================================
+None.
 
-AVAILABILITY
 
-Text::Balanced has been uploaded to the CPAN
-and is also available from:
+COPYRIGHT AND LICENCE
 
-       http://www.csse.monash.edu.au/~damian/CPAN/Text-Balanced.tar.gz
+Copyright (C) 2006, Damian Conway
 
-==============================================================================
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.