latest

 view release on metacpan or  search on metacpan

lib/latest.pm  view on Meta::CPAN


  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.

=cut

sub import {
  strict->import;
  warnings->import;
  ( my $v = version->new( $] )->normal ) =~ s/^v/:/;
  latest::feature->import( $v );
}

1;
__END__

=head1 CONFIGURATION AND ENVIRONMENT
  



( run in 0.260 second using v1.01-cache-2.11-cpan-299005ec8e3 )