NAME

Dummy testing file for Pod::Tests

This is not a test

Neither is this.

# This is an example.
2+2 == 4;
5+5 == 10;

Let's try an example with helper code.

And an example_testing block

my $result = 2 + 2;

And the special $_STDOUT_ and $_STDERR_ variables..

print "Hello, world!\n";
warn  "Beware the Ides of March!\n";
1 + 1 == 2;

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 111:

Unknown directive: =also

Around line 117:

Unknown directive: =also

Around line 124:

Unknown directive: =also