Help for this page

Select Code to Download


  1. or download this
    xception;
    use Test::Builder;
    use Sub::Uplevel qw( uplevel );
    use base qw( Exporter );
    ...
    
  2. or download this
    use strict;
    use warnings;
    ...
    use Sub::Uplevel qw( uplevel );
    use base qw( Exporter );
    ...