Reenable the tester test - it's fast enough now
Peter Rabbitson [Wed, 22 Sep 2010 10:01:59 +0000 (10:01 +0000)]
Changes
t/10test.t

diff --git a/Changes b/Changes
index 5dd2c9b..793e118 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for SQL::Abstract
 
+    - Switch the tokenizer to precompiled regexes (massive speedup)
+    - Rudimentary handling of quotes ( 'WHERE' vs WHERE )
+
 revision 1.68  2010-09-16
 ----------------------------
     - Document methods on Tree
index ceac4e1..c34dfab 100644 (file)
@@ -10,17 +10,6 @@ use Data::Dumper;
 $Data::Dumper::Terse = 1;
 $Data::Dumper::Sortkeys = 1;
 
-# equivalent to $Module::Install::AUTHOR
-my $author = (
-  ( not -d './inc' )
-    or
-  ( -e ($^O eq 'VMS' ? './inc/_author' : './inc/.author') )
-);
-
-if (not $author and not $ENV{SQLATEST_TESTER} and not $ENV{AUTOMATED_TESTING}) {
-  plan skip_all => 'Skipping resource intensive self-tests, use SQLATEST_TESTER=1 to run';
-}
-
 my @sql_tests = (
       # WHERE condition - equal
       {