Author: particle
Date: Mon May  1 10:45:50 2006
New Revision: 12477

Added:
   trunk/t/compilers/pge/p5regex/
      - copied from r12446, /trunk/t/compilers/pge/p5regexp/
   trunk/t/compilers/pge/p5regex/p5rx.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p5regexp/p5rx.t
   trunk/t/compilers/pge/p5regex/re_tests
      - copied unchanged from r12475, /trunk/t/compilers/pge/p5regexp/re_tests
   trunk/t/compilers/pge/p6regex/
      - copied from r12446, /trunk/t/compilers/pge/p6rules/
   trunk/t/compilers/pge/p6regex/backtrack.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/backtrack.t
   trunk/t/compilers/pge/p6regex/builtins.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/builtins.t
   trunk/t/compilers/pge/p6regex/capture.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/capture.t
   trunk/t/compilers/pge/p6regex/cclass.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/cclass.t
   trunk/t/compilers/pge/p6regex/closure.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/closure.t
   trunk/t/compilers/pge/p6regex/context.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/context.t
   trunk/t/compilers/pge/p6regex/metachars.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/metachars.t
   trunk/t/compilers/pge/p6regex/modifiers.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/modifiers.t
   trunk/t/compilers/pge/p6regex/subrules.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/subrules.t
   trunk/t/compilers/pge/p6regex/text_brk.t
      - copied, changed from r12475, /trunk/t/compilers/pge/p6rules/text_brk.t
Removed:
   trunk/t/compilers/pge/p5regexp/
   trunk/t/compilers/pge/p6rules/
Modified:
   trunk/MANIFEST
   trunk/t/harness

Log:
[PGE] naming convention change
~ rename test dirs and files to regex, not regexp or rules



Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Mon May  1 10:45:50 2006
@@ -2067,18 +2067,18 @@
 t/compilers/pge/01-codestring.t                   []
 t/compilers/pge/pge_util.t                        []
 t/compilers/pge/03-optable.t                      []
-t/compilers/pge/p5regexp/p5rx.t                   []
-t/compilers/pge/p5regexp/re_tests                 []
-t/compilers/pge/p6rules/backtrack.t               []
-t/compilers/pge/p6rules/builtins.t                []
-t/compilers/pge/p6rules/capture.t                 []
-t/compilers/pge/p6rules/cclass.t                  []
-t/compilers/pge/p6rules/closure.t                 []
-t/compilers/pge/p6rules/context.t                 []
-t/compilers/pge/p6rules/metachars.t               []
-t/compilers/pge/p6rules/modifiers.t               []
-t/compilers/pge/p6rules/subrules.t                []
-t/compilers/pge/p6rules/text_brk.t                []
+t/compilers/pge/p5regex/p5rx.t                    []
+t/compilers/pge/p5regex/re_tests                  []
+t/compilers/pge/p6regex/backtrack.t               []
+t/compilers/pge/p6regex/builtins.t                []
+t/compilers/pge/p6regex/capture.t                 []
+t/compilers/pge/p6regex/cclass.t                  []
+t/compilers/pge/p6regex/closure.t                 []
+t/compilers/pge/p6regex/context.t                 []
+t/compilers/pge/p6regex/metachars.t               []
+t/compilers/pge/p6regex/modifiers.t               []
+t/compilers/pge/p6regex/subrules.t                []
+t/compilers/pge/p6regex/text_brk.t                []
 t/compilers/tge/basic.t                           []
 t/compilers/tge/grammar.t                         []
 t/compilers/tge/harness                           []

Copied: trunk/t/compilers/pge/p5regex/p5rx.t (from r12475, 
/trunk/t/compilers/pge/p5regexp/p5rx.t)
==============================================================================
--- /trunk/t/compilers/pge/p5regexp/p5rx.t      (original)
+++ trunk/t/compilers/pge/p5regex/p5rx.t        Mon May  1 10:45:50 2006
@@ -14,7 +14,7 @@
 
 =head1 NAME
 
-t/compilers/pge/p5regexp/p5rx.t - Perl 5 Regular Expression tests
+t/compilers/pge/p5regex/p5rx.t - Perl 5 Regular Expression tests
 
 =head1 DESCRIPTION
 
@@ -61,12 +61,12 @@
 
 =head1 SYNOPSIS
 
-    % prove t/compilers/pge/p5regexp/p5rx.t
+    % prove t/compilers/pge/p5regex/p5rx.t
 
 =cut
 
 
-open(TESTS, catfile($PConfig{build_dir}, 't/compilers/pge/p5regexp/re_tests'))
+open(TESTS, catfile($PConfig{build_dir}, 't/compilers/pge/p5regex/re_tests'))
     or die "Can\'t open re_tests";
 
 ## figure out how many tests there are

Copied: trunk/t/compilers/pge/p6regex/backtrack.t (from r12475, 
/trunk/t/compilers/pge/p6rules/backtrack.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/backtrack.t  (original)
+++ trunk/t/compilers/pge/p6regex/backtrack.t   Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/backtrack.t - PGE backtracking tests
+t/p6regex/backtrack.t - PGE backtracking tests
 
 =head1 DESCRIPTION
 
@@ -21,7 +21,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/backtrack.t
+       % prove t/p6regex/backtrack.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/builtins.t (from r12475, 
/trunk/t/compilers/pge/p6rules/builtins.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/builtins.t   (original)
+++ trunk/t/compilers/pge/p6regex/builtins.t    Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/builtins.t - PGE tests of builtin rules
+t/p6regex/builtins.t - PGE tests of builtin rules
 
 =head1 DESCRIPTION
 
@@ -22,7 +22,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/builtins.t
+       % prove t/p6regex/builtins.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/capture.t (from r12475, 
/trunk/t/compilers/pge/p6rules/capture.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/capture.t    (original)
+++ trunk/t/compilers/pge/p6regex/capture.t     Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/capture.t - PGE capture tests
+t/p6regex/capture.t - PGE capture tests
 
 =head1 DESCRIPTION
 
@@ -22,7 +22,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/capture.t
+       % prove t/p6regex/capture.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/cclass.t (from r12475, 
/trunk/t/compilers/pge/p6rules/cclass.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/cclass.t     (original)
+++ trunk/t/compilers/pge/p6regex/cclass.t      Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/cclass.t - PGE capture tests
+t/p6regex/cclass.t - PGE capture tests
 
 =head1 DESCRIPTION
 
@@ -21,7 +21,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/cclass.t
+       % prove t/p6regex/cclass.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/closure.t (from r12475, 
/trunk/t/compilers/pge/p6rules/closure.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/closure.t    (original)
+++ trunk/t/compilers/pge/p6regex/closure.t     Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/closure.t - PGE closure tests
+t/p6regex/closure.t - PGE closure tests
 
 =head1 DESCRIPTION
 
@@ -21,7 +21,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/closure.t
+       % prove t/p6regex/closure.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/context.t (from r12475, 
/trunk/t/compilers/pge/p6rules/context.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/context.t    (original)
+++ trunk/t/compilers/pge/p6regex/context.t     Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/context.t - PGE return value tests
+t/p6regex/context.t - PGE return value tests
 
 =head1 DESCRIPTION
 
@@ -21,7 +21,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/context.t
+       % prove t/p6regex/context.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/metachars.t (from r12475, 
/trunk/t/compilers/pge/p6rules/metachars.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/metachars.t  (original)
+++ trunk/t/compilers/pge/p6regex/metachars.t   Mon May  1 10:45:50 2006
@@ -13,7 +13,7 @@
 
 =head1 NAME
 
-t/p6rules/metachars.t - PGE metacharacter syntax tests
+t/p6regex/metachars.t - PGE metacharacter syntax tests
 
 =head1 DESCRIPTION
 
@@ -23,7 +23,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/metachars.t
+       % prove t/p6regex/metachars.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/modifiers.t (from r12475, 
/trunk/t/compilers/pge/p6rules/modifiers.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/modifiers.t  (original)
+++ trunk/t/compilers/pge/p6regex/modifiers.t   Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/modifiers.t - PGE rule modifier tests
+t/p6regex/modifiers.t - PGE rule modifier tests
 
 =head1 DESCRIPTION
 
@@ -21,7 +21,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/modifiers.t
+       % prove t/p6regex/modifiers.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/subrules.t (from r12475, 
/trunk/t/compilers/pge/p6rules/subrules.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/subrules.t   (original)
+++ trunk/t/compilers/pge/p6regex/subrules.t    Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/subrules.t - PGE subrules tests
+t/p6regex/subrules.t - PGE subrules tests
 
 =head1 DESCRIPTION
 
@@ -21,7 +21,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/subrules.t
+       % prove t/p6regex/subrules.t
 
 =cut
 

Copied: trunk/t/compilers/pge/p6regex/text_brk.t (from r12475, 
/trunk/t/compilers/pge/p6rules/text_brk.t)
==============================================================================
--- /trunk/t/compilers/pge/p6rules/text_brk.t   (original)
+++ trunk/t/compilers/pge/p6regex/text_brk.t    Mon May  1 10:45:50 2006
@@ -12,7 +12,7 @@
 
 =head1 NAME
 
-t/p6rules/text_brk.t - PGE::Text::bracketed tests
+t/p6regex/text_brk.t - PGE::Text::bracketed tests
 
 =head1 DESCRIPTION
 
@@ -20,7 +20,7 @@
 
 =head1 SYNOPSIS
 
-       % prove t/p6rules/text_brk.t
+       % prove t/p6regex/text_brk.t
 
 =cut
 

Modified: trunk/t/harness
==============================================================================
--- trunk/t/harness     (original)
+++ trunk/t/harness     Mon May  1 10:45:50 2006
@@ -145,8 +145,8 @@
                                               dynoplibs
                                               compilers/past
                                               compilers/pge
-                                              compilers/pge/p5regexp
-                                              compilers/pge/p6rules
+                                              compilers/pge/p5regex
+                                              compilers/pge/p6regex
                                               compilers/tge
                                               library
                                               examples

Reply via email to