Inline-Parrot
=============

This module provides an interface between Perl5 and the Parrot "PIR" language.

INSTALLATION

To install this module type the following:

   parrot -V       
     #   this will check that you have Parrot installed

   perl Makefile.PL   
     #   you will be asked where Parrot is installed

   make
   make test
   make install

You can specify where Parrot is installed in the command line:

   perl Makefile.PL PARROT=/usr/bin/parrot
   make
   make test
   make install


INSTALLATION WITH Build.PM

   perl Build.PL
   ./Build
   ./Build test
   ./Build install


DEPENDENCIES

This module requires these other modules and libraries:

  "Inline" Perl module

  "parrot" binary


COPYRIGHT AND LICENCE

Copyright (C) 2004 by Flavio S. Glock

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.


