File: range_whatis_entry.patch

package info (click to toggle)
clusterssh 4.16-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 784 kB
  • sloc: perl: 4,279; sh: 178; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: add a whatis entry to ClusterSSH::Range
Author: tony mancill <tmancill@debian.org>
Forwarded: no

--- a/lib/App/ClusterSSH/Range.pm
+++ b/lib/App/ClusterSSH/Range.pm
@@ -5,6 +5,12 @@
 
 # ABSTRACT: Expand ranges such as  {0..1} as well as other bsd_glob specs
 
+=pod
+
+=head1 NAME
+
+ClusterSSH::Range - Object representing expandable ranges
+
 =head1 SYNOPSIS
 
     use App::ClusterSSH::Range;