X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=Changes;h=7ebf5157e92ad10d28f37e102127c0be02c3b775;hp=1bb23ce93f80e2d561972673867788a2a2ad115e;hb=e764ce9b0e0a0dbb3b51ecab734b0a6bf111b6c8;hpb=8e4d194fb0093f65a439963b12151a7b4aa5aaee diff --git a/Changes b/Changes index 1bb23ce..7ebf515 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,5 @@ + - Add a #line directive so it's clearer where errors occurred + - Filter out lexicals called '&' since these are anon subs + 1.0.0 2010-12-05 17:04:00 - Initial release (MSTROUT)