From: Rafael Garcia-Suarez Date: Sun, 16 Dec 2007 15:14:15 +0000 (+0000) Subject: Add a return value to less, noticed by Sébastien Aperghis-Tramoni X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa96fdb05a2beee538be220dd02b8bc975dd2802;p=p5sagit%2Fp5-mst-13.2.git Add a return value to less, noticed by Sébastien Aperghis-Tramoni p4raw-id: //depot/perl@32620 --- diff --git a/lib/less.pm b/lib/less.pm index 085e971..8ddfcd9 100644 --- a/lib/less.pm +++ b/lib/less.pm @@ -67,6 +67,8 @@ sub unimport { return; } +1; + __END__ =head1 NAME