latest - Use the latest Perl features


latest documentation  | view source Contained in the latest distribution.

Index


NAME

Top

latest - Use the latest Perl features

VERSION

Top

This document describes latest version 0.03

SYNOPSIS

Top

  use latest;

DESCRIPTION

Top

The line

  use latest;

is roughly equivalent to

  use strict;
  use warnings;
  use $];

except that 'use $]' doesn't work.

The main use case is to

  use latest;

at the top of your tests to shake out any obscure problems that might result from your code being used by a program that requires the latest Perl version.

CONFIGURATION AND ENVIRONMENT

Top

latest requires no configuration files or environment variables.

DEPENDENCIES

Top

None.

INCOMPATIBILITIES

Top

None reported.

BUGS AND LIMITATIONS

Top

Please report any bugs or feature requests to bug-latest@rt.cpan.org, or through the web interface at http://rt.cpan.org.

AUTHOR

Top

Andy Armstrong <andy@hexten.net>

LICENCE AND COPYRIGHT

Top


latest documentation  | view source Contained in the latest distribution.