The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DocSet::5005compat - perl 5.005_03 compatibility module

SYNOPSIS

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

DESCRIPTION

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

Borrowed from Apache::Test project.