diff options
author | Martyn Pearce <martyn@inpharmatica.co.uk> | 2001-12-19 19:05:00 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-02 09:48:51 +0000 |
commit | 8abb48c2c73487c6a6fa68a8f76dcd92ad11cee2 (patch) | |
tree | 6d5f369474c914415b80efee733c1bd6f98ea210 /lib/Pod | |
parent | 5469e704aecd76ac4296e61a7da26384c20121df (diff) | |
download | perl-8abb48c2c73487c6a6fa68a8f76dcd92ad11cee2.tar.gz |
[ID 20011219.004] Pod::Usage does not terminate with a true value
Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
p4raw-id: //depot/perl@14012
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/Usage.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Pod/Usage.pm b/lib/Pod/Usage.pm index 388607617d..e69d460600 100644 --- a/lib/Pod/Usage.pm +++ b/lib/Pod/Usage.pm @@ -557,3 +557,4 @@ sub preprocess_paragraph { return $self->SUPER::preprocess_paragraph($_); } +1; # keep require happy |