Hello,
while building the quirks package the following warning appears:
# warning for ile::Find::name is normal
Name "File::Find::name" used only once: possible typo at
/usr/ports/devel/quirks/files/Quirks/texlive.pm line 77.
Maybe the $ could be omitted from the comment:
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.211
diff -u -p -r1.211 Makefile
--- Makefile 24 Mar 2015 00:06:40 -0000 1.211
+++ Makefile 25 Mar 2015 18:07:23 -0000
@@ -16,7 +16,7 @@ PERLDIR = ${PREFIX}/libdata/perl5/site_p
do-build:
@perl -c ${FILESDIR}/Quirks.pm
- # warning for $File::Find::name is normal
+ # warning for File::Find::name is normal
@perl -c ${FILESDIR}/Quirks/texlive.pm
do-install:
Regards,
Markus