File: fix-podman-error

package info (click to toggle)
libmoosex-app-perl 1.37-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 792 kB
  • ctags: 356
  • sloc: perl: 5,341; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix pod2man error
Author: Angel Abad <angel@debian.org>
Forwarded: yes
Bug: https://github.com/maros/MooseX-App/issues/46
Last-Updated: 2016-11-21

--- a/lib/MooseX/App/Meta/Role/Attribute/Option.pm
+++ b/lib/MooseX/App/Meta/Role/Attribute/Option.pm
@@ -463,7 +463,7 @@
 
 Returns a list of all possible option names.
 
-=head cmd_name_list
+=head2 cmd_name_list
 
  my @names = $attribute->cmd_name_list();