From 16bd313334f2cf8fd94ed64222e9da36fa6e3fa9 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Wed, 6 Jan 2021 20:59:57 +0100 Subject: oops add ';' when printing copyrigt otherwise fail --- nfsn_auth.pl | 2 +- nfsn_cleanup.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nfsn_auth.pl b/nfsn_auth.pl index 8b11402..61ee1fb 100755 --- a/nfsn_auth.pl +++ b/nfsn_auth.pl @@ -2,7 +2,7 @@ use warnings; use strict; use WebService::NFSN; -print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel" +print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel"; ###vvvEDIT THISvvv### my $USER = 'username'; my $API_KEY = '12345678901'; diff --git a/nfsn_cleanup.pl b/nfsn_cleanup.pl index f2c966c..0c6ad09 100755 --- a/nfsn_cleanup.pl +++ b/nfsn_cleanup.pl @@ -2,7 +2,7 @@ use warnings; use strict; use WebService::NFSN; -print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel" +print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel"; ###vvvEDIT THISvvv### my $USER = 'username'; -- cgit v1.2.3-70-g09d2