diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-01-06 20:59:57 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-01-06 20:59:57 +0100 |
commit | 16bd313334f2cf8fd94ed64222e9da36fa6e3fa9 (patch) | |
tree | a3fb8cbebd52dc0648e058f8390cf45966ebb383 /nfsn_auth.pl | |
parent | 5603ebba8115dbe643b12188d76d80e198ac40bb (diff) | |
download | nfsn_authncleanup_hooks-16bd313334f2cf8fd94ed64222e9da36fa6e3fa9.tar.gz nfsn_authncleanup_hooks-16bd313334f2cf8fd94ed64222e9da36fa6e3fa9.zip |
oops add ';' when printing copyrigt otherwise fail
Diffstat (limited to 'nfsn_auth.pl')
-rwxr-xr-x | nfsn_auth.pl | 2 |
1 files changed, 1 insertions, 1 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'; |