- New upstream release 0.36 - Ron Savage is now co-maintainer - Move eg/ to examples/ - Add examples/failure.01.pl from CPAN RT#104897 - Move pod tests into xt/author/pod.t by cutting them out of t/00_basic.t (CPAN RT#85686, CPAN RT#85209) - Add repository https://github.com/ronsavage/Regexp-Assemble.git - Fix some spelling errors in the pod (CPAN RT#84336) - Move Assemble.pm into lib/Regexp/ - Move the contents of the TODO file into the docs, and delete that file - Rearrange pod, but not by running this module over it :-) - Update Makefile.PL - Add Changelog.ini - Update MANIFEST.SKIP - This release by RSAVAGE → update source URL - Update character coding patchepel9
parent
6b7f934275
commit
6babc464b5
@ -1,2 +1,3 @@
|
||||
Regexp-Assemble-0.34.tar.gz
|
||||
/Regexp-Assemble-0.34.tar.gz
|
||||
/Regexp-Assemble-0.35.tar.gz
|
||||
/Regexp-Assemble-0.36.tgz
|
||||
|
@ -1,32 +0,0 @@
|
||||
--- Assemble.pm
|
||||
+++ Assemble.pm
|
||||
@@ -1575,24 +1575,24 @@ carefully formatted output.
|
||||
|
||||
=over 8
|
||||
|
||||
-=item 0
|
||||
+=item * 0
|
||||
|
||||
Off. Turns off all debugging output.
|
||||
|
||||
-=item 1
|
||||
+=item * 1
|
||||
|
||||
Add. Trace the addition of patterns.
|
||||
|
||||
-=item 2
|
||||
+=item * 2
|
||||
|
||||
Reduce. Trace the process of reduction and assembly.
|
||||
|
||||
-=item 4
|
||||
+=item * 4
|
||||
|
||||
Lex. Trace the lexing of the input patterns into its constituent
|
||||
tokens.
|
||||
|
||||
-=item 8
|
||||
+=item * 8
|
||||
|
||||
Time. Print to STDOUT the time taken to load all the patterns. This is
|
||||
nothing more than the difference between the time the object was
|
Loading…
Reference in new issue