On 2015-07-08 19:13, Will Coleda via RT wrote:
On Sat Jul 04 00:05:20 2015, [email protected] wrote:
In the 5to6 conversion docs - 'encoding', 'integer' and 'lib' pragmas
are incorrectly formatted.
Sorry, where are these docs?
https://raw.githubusercontent.com/perl6/doc/master/lib/Language/5to6.pod
--cut here--
encoding - allows you to write your script in non-ascii or non-utf8
integer - Perl pragma to use integer arithmetic instead of floating
point
lib - manipulate @INC at compile time
--cut here--