cvs commit: ponie Roadmap
[email protected] (Nicholas Clark) 6 Apr 2005 13:13:07 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/04/06 06:13:06 Modified: . Roadmap Log: Release early, release often, and preferably before you send a message to the whole world (or a public list therein) saying that something is present. Revision Changes Path 1.2 +14 -1 ponie/Roadmap Index: Roadmap =================================================================== RCS file: /cvs/public/ponie/Roadmap,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Roadmap 4 Apr 2005 14:35:36 -0000 1.1 +++ Roadmap 6 Apr 2005 13:13:06 -0000 1.2 @@ -19,11 +19,24 @@ what modules, what went wrong) to [email protected]. Another good way to contribute to the success of Ponie is to join the Phalanx -project ( http://qa.perl.org/phalanx/ ). It aims to improve the regression +project ( L<http://qa.perl.org/phalanx/> ). It aims to improve the regression tests of CPAN modules, which in turn will improve the testing of Ponie. A third good way is to contribute to Parrot, by working to completing the Parrot features that Ponie will need in the near future. +=head2 Checking Ponie out of CVS + +Ponie is in perl.org's CVS repository, but requires a copy of parrot to be +checked out separately. The best way to get ponie from scratch is: + + cvs -d :pserver:[email protected]:/cvs/public login + +I<press enter at the password prompt> + + cvs -d :pserver:[email protected]:/cvs/public co ponie + cd ponie + cvs -d :pserver:[email protected]:/cvs/public co parrot + =head2 Current state The current state is that we have Parrot embedded in Perl. Perl data structures