Subject: | Deprecation notice / multiple tests / Perl 5.22 |
Hello,
I just wanted to give a heads up that there's a couple deprecation warnings being emitted from tests when installing to Perl 5.22.
t/PerlySense-debug-file.t ......................................... 1/21 Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE (INC|SOURCE_FILE)}/ at ../lib/Devel/PerlySense/Util.pm line 149.
t/PerlySense-run-file.t ........................................... 1/38 Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE (INC|SOURCE_FILE)}/ at ../lib/Devel/PerlySense/Util.pm line 149.
Is your source on Github? Would be cool to put the source location in Makefile.PL.