From: Jesse Luehrs Date: Mon, 8 Aug 2011 15:43:12 +0000 (-0500) Subject: changelog X-Git-Tag: 0.31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e907507b63544d6339e913a237ddb28c8c536dc;p=gitmo%2FPackage-Stash.git changelog --- diff --git a/Changes b/Changes index 5fd3579..6d3fc90 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,8 @@ Revision history for Package-Stash {{$NEXT}} - - fix ->add_symbol('$foo', qr/sdlfk/) on 5.10+ + - fix ->add_symbol('$foo', qr/sdlfk/) on 5.12+ + - fix ->add_symbol('$foo', \v1.2.3) on 5.10+ 0.30 2011-07-21 - fix compiler detection in Makefile.PL (ribasushi)