The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
our $VERSION = 1257305840; # 2009年11月 4日 周三 11時37分11秒 CST

* Restore SYNOPSIS text so it works under modern Perl again.

* Restore the \n, \t and \x20 with proper quotes around them.

* Add a couple lines of Makefile.PL poetry:

    author undef;
    license 'cc0';

our $VERSION = 1257301380; # 2009年11月 4日 周三 10時22分59秒 CST

* VERSIONING CHANGE: This module is now using the Unix timestamp
  as its version number format.

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the nullary CC0 1.0 Universal terms:

  To the extent possible under law, 唐鳳 has waived all copyright and
  related or neighboring rights to Lingua-Sinica-PerlYuYan.

[Changes for 0.11 - 2009-11-03]

* Fix parser; remove spaces at EOL.
* Declare correct dependency on Filter::Simple::Compile.
* Add some more keywords and operators:
* Bump required Perl version from 5.8 to 5.10 in order to support:
      say, ~~, //, //=, given, when, break
* Translate (if 倘), (while 當)

Contributed by: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 <daxim@cpan.org>

[Changes for 0.10 - 2009-10-31]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under the permissive "MIT" license.  See the COPYRIGHT section
  in README for the new terms.

* Patch from Cornelius: Add support for UTF-8 literal text.

* We now require Perl 5.8.0 or later.

* New translated keywords: readdir readlink rewinddir seekdir symlink
  syscall sysread sysseek syswrite telldir.

[Changes for 0.03 - 2002-08-18]

* Added lots of new keywords.
* Cleaned up POD.

[Changes for 0.02 - 2002-01-22]

* Eliminate duplicates.
* Add a new example.

[Changes for 0.01 - 2002-01-21]

* This be 0.01 release.
* Updates PODs.