Help for this page

Select Code to Download


  1. or download this
    package Moo::Role::DBIConnection {
        use Moo::Role;
    ...
            },
        );
    };
    
  2. or download this
    ##
    # testing
    ...
    };
    
    done_testing;
    
  3. or download this
    $ prove -lrv 11107494.pl
    
    ...
    All tests successful.
    Files=1, Tests=5,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.09 cusr 
    + 0.01 csys =  0.11 CPU)
    Result: PASS