The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ext/winxed/README.pod - Readme file for the snapshot of the winxed compiler and driver.

DESCRIPTION

This is a snapshot of winxed compiler and driver.

The pir files are generated from the winxed repository, copied here, and compiled to pbc during the parrot build process. See The Winxed web site: http://winxed.org/

How to update the snapshot

1. Download and build the wanted winxed release.
2. Execute 'make preinstall' to generate the pir files used.
3. Copy pir/winxed_compiler.pir and pir/winxed_installed.pir from the winxed build tree to compiler.pir and driver.pir in this directory.

How to choose and tag the release used

Releases are tagged like this: RELEASE_1_0_0

To tag a new release, switch to the appropriate branch, e.g., version_1_0, verify it has been updated with the appropriate changes and the pir generated files have also been updated, and tag it. Don't forget to push the tag to origin.

LICENSE

See the LICENSE file contained within this directory.

COPYRIGHT

Copyright (C) 2009-2012, Julián Albo "NotFound".