Changeset 5869 for lib

Show
Ignore:
Timestamp:
07/28/05 21:23:49 (3 years ago)
Author:
geoffb
svk:copy_cache_prev:
7758
Message:

Add a blurb about testing to pugs::hack, with terse details about prove to deal with FAQ

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r5866 r5869  
    250250=back 
    251251 
     252=head2 Testing 
     253 
     254See L<pugs::run> and F<t/README>.  If you wish to use the C<prove> utility 
     255to run individual tests or test directories, you will need to set at least 
     256the following environment variables first: 
     257 
     258    $ export HARNESS_PERL=./pugs 
     259    $ export PERL6LIB=blib6/lib 
     260 
    252261=head2 Resources 
    253262