8
0

- 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>)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2012-02-11 18:54:07 +00:00
committed by Git OBS Bridge
parent d39405a9c4
commit 91d1de65cf
4 changed files with 37 additions and 17 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>)
-------------------------------------------------------------------
Mon Apr 18 09:44:53 UTC 2011 - coolo@opensuse.org