Help for this page

Select Code to Download


  1. or download this
    $ env | sort | less
    
    $ perl -E 'say for sort keys %ENV' | less
    
  2. or download this
    unless ( $ENV{RELEASE_TESTING} ) {
        plan( skip_all => "Author tests not required for installation" );
    }