Help for this page

Select Code to Download


  1. or download this
    #----------------------------------------------------------
    #  These are to test the ISA array.
    ...
    print STDOUT join ", ", sort $fh->meta()->get_all_method_names();
    print "\n";
    print "="x79 . "\n";
    
  2. or download this
    $prove -lv t/Plugin/FeedHandler.t
    t/Plugin/FeedHandler.t .. 
    ...
    All tests successful.
    Files=1, Tests=34,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.22 cusr
    +  0.02 csys =  0.28 CPU)
    Result: PASS