summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-16 15:14:15 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-16 15:14:15 +0000
commitaa96fdb05a2beee538be220dd02b8bc975dd2802 (patch)
treea3e0fc20cf36f0544a275aea2624f54c604b99ff
parent8d5f6fc7a37e9f9386ec9c97cc0b1609d9c13e71 (diff)
downloadperl-aa96fdb05a2beee538be220dd02b8bc975dd2802.tar.gz
Add a return value to less, noticed by Sébastien Aperghis-Tramoni
p4raw-id: //depot/perl@32620
-rw-r--r--lib/less.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/less.pm b/lib/less.pm
index 085e971219..8ddfcd91e4 100644
--- a/lib/less.pm
+++ b/lib/less.pm
@@ -67,6 +67,8 @@ sub unimport {
return;
}
+1;
+
__END__
=head1 NAME