| DocSet documentation | view source | Contained in the DocSet distribution. |
DocSet::5005compat - perl 5.005_03 compatibility module
# must be loaded as early as possible use DocSet::5005compat;
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.
Borrowed from Apache::Test project.
| DocSet documentation | view source | Contained in the DocSet distribution. |