- Add patch to fix POD errors (CPAN RT#85686) - Classify buildreqs by usage - General clean-upepel9
parent
d7b19b735d
commit
919e6acf41
@ -0,0 +1,32 @@
|
|||||||
|
--- 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
|
@ -0,0 +1,40 @@
|
|||||||
|
--- Changes
|
||||||
|
+++ Changes
|
||||||
|
@@ -7,7 +7,7 @@ Revision history for Perl extension Rege
|
||||||
|
0.34 2008-06-17 20:20:14 UTC
|
||||||
|
- Rewrite the usage of _re_sort() in order to deal
|
||||||
|
with blead change #33874. Bug smoked out by Andreas
|
||||||
|
- König.
|
||||||
|
+ König.
|
||||||
|
|
||||||
|
0.33 2008-06-07 14:40:57 UTC
|
||||||
|
- Tweaked _fastlex() to fix bug #36399 spotted by Yves
|
||||||
|
@@ -163,7 +163,7 @@ Revision history for Perl extension Rege
|
||||||
|
t/00_basic.t and t/07_warning.t was born.
|
||||||
|
- Added an eg/ircwatcher script that demonstrates how to set up a
|
||||||
|
dispatch table on a tracked regular expression. Credit to David
|
||||||
|
- Rigaudière for the idea.
|
||||||
|
+ Rigaudière for the idea.
|
||||||
|
- Made sure all routines use an explicit return when it makes
|
||||||
|
sense to do so. (I have a tendency to use implicit returns,
|
||||||
|
which is evil).
|
||||||
|
@@ -171,7 +171,7 @@ Revision history for Perl extension Rege
|
||||||
|
- eg/naive updated to bring its idea of $Single_Char in line with
|
||||||
|
Assemble.pm.
|
||||||
|
- Cleaned up typos and PODos in the documentation. Fixed minor
|
||||||
|
- typo noted by David Rigaudière.
|
||||||
|
+ typo noted by David Rigaudière.
|
||||||
|
- Reworked as_string() and re() to play nicely with Devel::Cover,
|
||||||
|
but alas, the module no longer runs under D::C at all. Something
|
||||||
|
to do with the overloading of "" for re()?
|
||||||
|
--- eg/ircwatcher
|
||||||
|
+++ eg/ircwatcher
|
||||||
|
@@ -9,7 +9,7 @@
|
||||||
|
#
|
||||||
|
# Try changing the read of STDIN to DATA for a quick demo.
|
||||||
|
#
|
||||||
|
-# Acknowledgements to David "Sniper" Rigaudière for the
|
||||||
|
+# Acknowledgements to David "Sniper" Rigaudière for the
|
||||||
|
# idea.
|
||||||
|
#
|
||||||
|
# Copyright (C) David Landgren 2005
|
Loading…
Reference in new issue