Revision history for Perl extension Compiler-Lexer. 0.23 2020-01-02T03:09:25Z - support tokenize for Perl 5.24.1 0.22 2015-02-22T02:59:18Z - supported newly syntax from 5.20.0 - fixed parsing bugs (format/v-string/variable) 0.21 2015-01-26T05:59:24Z - added authority 0.20 2015-01-26T03:17:35Z - support HereDocumentBareTag (e.g. <' 0.14 2013-09-28T11:37:15Z - supported glob and array_size operator - supported simple recursive_tokenize - added destructor for Lexer 0.13 : Tue Jun 25 16:30:00 2013 - changed type of return value from reference of array reference to simple array reference - optimized by gperf - improved memory allocation for speedup - removed memory leaks during tokenize 0.12 : Mon May 27 16:40:00 2013 - added META.yml and optimized annotation methods 0.10 : Mon May 27 11:50:00 2013 - supported perl-5.8.1 and fixed some bugs 0.09 : Fri May 24 18:35:00 2013 - fixed example/bigdata.pl and removed example/lib/BigData.pm 0.08 : Fri May 24 18:21:00 2013 - removed unknown headers from tarball 0.07 : Fri May 24 17:00:00 2013 - optimize function call 0.06 : Thu May 23 17:44:00 2013 - support version string like 'v123.456.7890.00' 0.05 : Wed May 22 12:50:00 2013 - fix segv of Compiler::Lexer->new->tokenize->('package Foo;') 0.04 : Wed May 22 11:53:00 2013 - add simple accessor to Compiler::Lexer::Token 0.03 : Wed May 22 10:20:00 2013 - modify pod and fix package name of 'Compiler::Lexer::Token' 0.02 : Tue May 21 20:19:00 2013 - modify MANIFEST. 0.01 : Tue May 21 19:33:00 2013 - First Version.