| 
									
										
										
										
											2016-02-08 06:23:07 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Feb  7 10:34:30 UTC 2016 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2016020301 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Regexp-Common/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   Version 2016020301 Wed Feb  3 20:00:13 CET 2016 | 
					
						
							|  |  |  |   + Fixed POD issue (Hernan Lopes) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-01-14 06:39:39 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jan 13 10:23:59 UTC 2016 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2016010801 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Regexp-Common/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   Version 2016010801 Fri Jan  8 12:52:36 CET 2016 | 
					
						
							|  |  |  |   + Use 'done_testing ()' instead of 'done_testing', so the test file compiles | 
					
						
							|  |  |  |     even if the user uses an old Test::More. | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   Version 2016010701 Thu Jan  7 19:31:34 CET 2016 | 
					
						
							|  |  |  |   + Removed the 29143 tests from t/number/integer.t, and replaced them with | 
					
						
							|  |  |  |     34689 spread over 7 new files. The reason is, there are sporadic failures | 
					
						
							|  |  |  |     reported by CPAN testers in the t/number/integer.t file, but this file | 
					
						
							|  |  |  |     uses the random number generator to generate tests. Which makes issues | 
					
						
							|  |  |  |     very hard to debug, as failures cannot be reproduced. | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |     The new tests will be deterministic. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-17 10:08:41 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Dec 16 10:02:18 UTC 2015 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2015121601 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Regexp-Common/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   Version 2015121601 Wed Dec 16 01:12:18 CET 2015 | 
					
						
							|  |  |  |   + Force Darwin 10.0 on Perl 5.10.0 to run square tests in 32 bit mode. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-06-11 12:24:29 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Jun 11 11:58:34 UTC 2013 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2013031301 | 
					
						
							|  |  |  |   + Pattern for IPv6 addresses. Requested by Guy Edwards and many others. | 
					
						
							|  |  |  |     RT 50693. | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   Version 2013031201 Tue Mar 12 15:44:48 CET 2013 | 
					
						
							|  |  |  |   + Allow host/domain names to start with a digit, using | 
					
						
							|  |  |  |     $RE{net}{domain}{-rfc1101}. Requested by Guy Edwards and many others. | 
					
						
							|  |  |  |     RT 23626. | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   Version 2013031101 Mon Mar 11 21:02:45 CET 2013 | 
					
						
							|  |  |  |   + For integers and decimal numbers (reals), allow the user to specify the | 
					
						
							|  |  |  |     pattern of the signs (leading sign, and for reals, the sign of the exponent). | 
					
						
							|  |  |  |     This gives the user the option to ask for a pattern that matches unsigned | 
					
						
							|  |  |  |     numbers (by specifying the empty string as the pattern).  | 
					
						
							|  |  |  |     Requested by "Wilson, Jonathan" <jonathan.wilson@Vanderbilt.Edu>. | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   Version 2013030901 Sat Mar  9 14:51:42 CET 2013 | 
					
						
							|  |  |  |   + Use (?-1) instead of (??{ }) for the recursive balanced pattern. | 
					
						
							|  |  |  |     This makes the pattern unavailable for pre-5.010 perls. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-11 18:54:07 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Feb 11 18:52:39 UTC 2012 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2011121001 | 
					
						
							|  |  |  |   + Fixed a few cases where $[ was used instead of $]. | 
					
						
							|  |  |  |     (RT 73033 by Father Chrysostomos <sprout@cpan.org>) | 
					
						
							|  |  |  |   + Typo fix in docs (P Ramakers <pramakers@gmail.com>) | 
					
						
							|  |  |  |   + Add an explicite 1 to end the main module; otherwise it may fail under Mason | 
					
						
							|  |  |  |     (Luciano Rocha <luciano.rocha@booking.com>) | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   Version 2011041801 Mon Apr 18 11:18:19 CEST 2011 | 
					
						
							|  |  |  |   + Created tests for Pascal comments.  | 
					
						
							|  |  |  |   + https schemes are now included in $RE {URI} | 
					
						
							|  |  |  |   + Document non-anchoring (RT 55549) | 
					
						
							|  |  |  |   + Fix POD typos (RT 67549 by Salvatore Bonaccorso <carnil@debian.org>) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-18 09:46:47 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Apr 18 09:44:53 UTC 2011 - coolo@opensuse.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2011041701 | 
					
						
							|  |  |  |   + Fix documentation (matches should be match). Reported by cogent@cpan.org | 
					
						
							|  |  |  |     in RT ticket 2833. | 
					
						
							|  |  |  |   + Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net) | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   Version 2011041602 Sat Apr 16 17:06:28 CEST 2011 | 
					
						
							|  |  |  |   + Fix typo in repository (avar@cpan.org) | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   Version 2011041601 Sat Apr 16 16:07:29 CEST 2011 | 
					
						
							|  |  |  |   + Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer | 
					
						
							|  |  |  |     match a single dot. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-04 09:41:13 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Apr  4 09:38:41 UTC 2011 - coolo@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2010010201 | 
					
						
							|  |  |  |    Playing the CPANTS game | 
					
						
							|  |  |  |   + Adjustments for 5.005. | 
					
						
							|  |  |  |   + Add $VERSION to all submodules (RT #53250) | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   Version 2009123001 Wed Dec 30 03:58:27 2009 +0100 | 
					
						
							|  |  |  |   + Added Changes file, removed them from README. | 
					
						
							|  |  |  |   + Remove CVS traces. | 
					
						
							|  |  |  |   + Modernize Makefile.PL | 
					
						
							|  |  |  |   + POD tests | 
					
						
							|  |  |  |   + Work around a Darwin 9.0 on 5.8.8 issue. (RT #43786) | 
					
						
							|  |  |  |   + Fix POD issues. (RT #34886) (RT #48974) | 
					
						
							|  |  |  |   + Fail faster on some URI subpatterns (RT #52309) | 
					
						
							|  |  |  |   + Added many people to the Acknowledgements section. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-05 21:15:22 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Nov 30 19:20:41 UTC 2010 - coolo@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - switch to perl_requires macro | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-12 12:11:34 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - enable parallel build | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-27 21:27:18 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Jul 25 19:41:55 CEST 2009 - chris@computersalat.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - spec mods | 
					
						
							|  |  |  |   * removed ^---------- | 
					
						
							|  |  |  |   * removed ^#--------- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Jun 27 20:58:15 CEST 2009 - chris@computersalat.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - added perl-macros | 
					
						
							|  |  |  |   o autogen filelist with perl_gen_filelist | 
					
						
							|  |  |  | - spec mods | 
					
						
							|  |  |  |   o fixed desc (from README) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-12 16:12:16 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Sep 12 13:35:38 CEST 2008 - cwh@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2.122: | 
					
						
							|  |  |  |  - Removed spurious '=head1' from README. (Smylers) | 
					
						
							|  |  |  |  - Comments for 'm4', 'Modula-2', 'Modula-3', 'Ubercode', and 'ZZT-OOP'. | 
					
						
							|  |  |  |  - Fix for French zip codes; addes Swiss zip codes (Rafael) | 
					
						
							|  |  |  |  - License change: | 
					
						
							|  |  |  |   You now have the option to use this software under either the original | 
					
						
							|  |  |  |   Artistic License, the Artistic License 2.0, the MIT license, or the BSD | 
					
						
							|  |  |  |   license.  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:31:43 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jan 25 21:39:56 CET 2006 - mls@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - converted neededforbuild to BuildRequires | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Sep 28 22:15:58 CEST 2005 - dmueller@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |  - add norootforbuild | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Jun 17 12:06:09 CEST 2005 - cwh@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - newly packaged with version 2.120 | 
					
						
							|  |  |  | 
 |