DocSet::5005compat - perl 5.005_03 compatibility module


DocSet documentation  | view source Contained in the DocSet distribution.

Index


NAME

Top

DocSet::5005compat - perl 5.005_03 compatibility module

SYNOPSIS

Top

  # must be loaded as early as possible
  use DocSet::5005compat;

DESCRIPTION

Top

This module encapsulates the functionalities/modules unavailable under 5.005_03.

Currently it only creates the warnings pragma's shell, so the code like:

 use warnings;

won't fail under 5.005_03.

ORIGIN

Top

Borrowed from Apache::Test project.


DocSet documentation  | view source Contained in the DocSet distribution.