File: add-small-manpage-to-re.pl

package info (click to toggle)
libdevel-repl-perl 1.003013-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 400 kB
  • sloc: perl: 3,240; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Subject: re program should have a manpage
Forwarded: no
Author: Ryan Niebur <ryan@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2010-05-23

--- a/script/re.pl
+++ b/script/re.pl
@@ -1,3 +1,13 @@
 #!/usr/bin/env perl
 
+=head1 NAME
+
+re.pl - a modern Perl interactive shell
+
+=head1 DESCRIPTION
+
+See the Devel::REPL man page
+
+=cut
+
 use Devel::REPL::Script 'run';