[librdf-doap-perl] 18/45: add strictures

Jonas Smedegaard dr at jones.dk
Sat Dec 23 10:36:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.100-1
in repository librdf-doap-perl.

commit b54ba52f8ea4663a48dc2767148f0bbda1232fd8
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date:   Thu Dec 21 00:23:31 2017 +0100

    add strictures
---
 lib/RDF/DOAP/Types.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/RDF/DOAP/Types.pm b/lib/RDF/DOAP/Types.pm
index 1403022..9293086 100644
--- a/lib/RDF/DOAP/Types.pm
+++ b/lib/RDF/DOAP/Types.pm
@@ -3,6 +3,9 @@ package RDF::DOAP::Types;
 our $AUTHORITY = 'cpan:TOBYINK';
 our $VERSION   = '0.013_01';
 
+use strict;
+use warnings;
+
 use Type::Utils -all;
 use Type::Library -base;
 use Types::TypeTiny qw(StringLike);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-doap-perl.git



More information about the Pkg-perl-cvs-commits mailing list