- New upstream release 0.37 - No code changes - Add a LICENCE; this activity is part of the CPAN PR Challenge 2016 - Update MANIFEST to include LICENCE file - Remove unicode characters from Changes and Changelog.ini files - Add TODO and update MANIFEST to note unicode issues - Add .gitignore to MANIFEST.SKIP - Simplify find command using -delete - Drop character coding patch, no longer neededepel9
parent
41e689cf00
commit
d17e6cc51a
@ -1,3 +1,4 @@
|
||||
/Regexp-Assemble-0.34.tar.gz
|
||||
/Regexp-Assemble-0.35.tar.gz
|
||||
/Regexp-Assemble-0.36.tgz
|
||||
/Regexp-Assemble-0.37.tgz
|
||||
|
@ -1,40 +0,0 @@
|
||||
--- Changes
|
||||
+++ Changes
|
||||
@@ -29,7 +29,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
|
||||
@@ -185,7 +185,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).
|
||||
@@ -193,7 +193,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()?
|
||||
--- examples/ircwatcher
|
||||
+++ examples/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