This is the Perl distribution Perl6-Declare. PREREQUISITES The newest version of Perl6::Declare is available at http://code2.0beta.co.uk/moose/svn/Perl6-Declare You will also need more recent version of some prerequisite modules than are on CPAN. Here is where you can get them: Data::Bind 0.29 http://svn.pugscode.org/pugs/perl5/Data-Bind/ MooseX::Role::TraitConstructor http://code2.0beta.co.uk/moose/svn/MooseX-Role-TraitConstructor/trunk/ B http://svn.jifty.org/svn/jifty.org/B/ B::Generate http://svn.jifty.org/svn/jifty.org/B-Generate/trunk/ INSTALLATION Perl6-Declare installation is straightforward. If your CPAN shell is set up, you should just be able to do % cpan Perl6::Declare Download it, unpack it, then build it as per the usual: % perl Makefile.PL % make && make test Then install it: % make install DOCUMENTATION Perl6-Declare documentation is available as in POD. So you can do: % perldoc Perl6::Declare to read the documentation online with your favorite pager. Marcel Gruenauer