Help for this page

Select Code to Download


  1. or download this
    package Admin_server::Parser;
    use MooseX::FollowPBP;    # Simon Cozens Perl Best Practices.
    ...
        return \%parser_plugins;
    }    # ----------  end of subroutine _build_applications  ----------
    </readmore>
    
  2. or download this
    $prove -lv t/Parser.t
    t/Parser.t .. 
    ...
      Parse errors: Bad plan.  You planned 4 tests but ran 3.
    Files=1, Tests=3,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.24 cusr 
    + 0.02 csys =  0.30 CPU)
    Result: FAIL
    
  3. or download this
    ############################################################
    ###########       PRAGMATA                          ########
    ...
    #    'Feed handler plugin found.' );
    
    done_testing();
    
  4. or download this
    $ls -1R
    bin
    ...
    
    ./t/Plugin:
    FeedHandler.t