diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-01 12:44:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-01 12:44:16 +0000 |
commit | bf2102dae296007f9334cb6e02eae58c1b3bc658 (patch) | |
tree | c17bfcf4ab5b9d50fe7c4241f9aa1f6be34fca7f /ext | |
parent | 21820af6ee0f53064e14544ea51007cc83a40989 (diff) | |
download | perl-bf2102dae296007f9334cb6e02eae58c1b3bc658.tar.gz |
pod likes whitespace.
p4raw-id: //depot/perl@20425
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ByteLoader/ByteLoader.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ByteLoader/ByteLoader.pm b/ext/ByteLoader/ByteLoader.pm index fd16cf03f5..cf9fdf2874 100644 --- a/ext/ByteLoader/ByteLoader.pm +++ b/ext/ByteLoader/ByteLoader.pm @@ -8,6 +8,7 @@ XSLoader::load 'ByteLoader', $VERSION; 1; __END__ + =head1 NAME ByteLoader - load byte compiled perl code |