File: 01-man

package info (click to toggle)
libclass-trait-perl 0.31-4.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 404 kB
  • sloc: perl: 2,467; makefile: 47
file content (13 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
Description: fix lintian warnings about manpages
Author: Alexander Zangerl <az@debian.org>

--- a/lib/Class/Trait/Base.pm
+++ b/lib/Class/Trait/Base.pm
@@ -61,7 +61,6 @@ traits.
 Not much going on here, just an AUTOLOAD method to help properly dispatch
 calls to C<SUPER::> and an C<apply> method.
 
-##############################################################################
 
 =head2 apply