diff options
Diffstat (limited to 'pkgtools/pkglint/files/PkgLint/Change.pm')
-rw-r--r-- | pkgtools/pkglint/files/PkgLint/Change.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/PkgLint/Change.pm b/pkgtools/pkglint/files/PkgLint/Change.pm index ef029e91c75..50b1101c682 100644 --- a/pkgtools/pkglint/files/PkgLint/Change.pm +++ b/pkgtools/pkglint/files/PkgLint/Change.pm @@ -1,10 +1,11 @@ -# $NetBSD: Change.pm,v 1.2 2015/10/11 21:06:20 rillig Exp $ +# $NetBSD: Change.pm,v 1.3 2015/10/11 21:23:34 rillig Exp $ # # A change entry from doc/CHANGES-* # package PkgLint::Change; use strict; +use warnings; sub new($$$$$$) { my ($class, $line, $action, $pkgpath, $version, $author, $date) = @_; |