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 ef2f376..386bd5a
@@ -1,14 +1,8 @@
-==============================================================================
-                  Release of version 1.89 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,43 +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
+       and an end tag).
 
-    It's all pure Perl, so just put the .pm file in its appropriate
-    local Perl subdirectory.
 
+INSTALLATION
 
-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.
+To install this module, run the following commands:
 
+    perl Makefile.PL
+    make
+    make test
+    make install
 
 
-==============================================================================
+Alternatively, to install with Module::Build, you can use the following commands:
 
-CHANGES IN VERSION 1.89
+    perl Build.PL
+    ./Build
+    ./Build test
+    ./Build install
 
 
-       - Fixed extvar.t tests
 
+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.