From c5e8602c2492c9fb6456f184a5781f28cfc6cf45 Mon Sep 17 00:00:00 2001 From: Tobias Bossert Date: Thu, 24 Jun 2021 09:05:43 +0200 Subject: [PATCH] Added reference to repo --- .gitignore | 5 ++++- Makefile.PL | 4 ++-- Readme.md | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 237dc60..dc3c7d9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ _Deparsed_XSubs.pm examples/cover_db *.tar -Makefile.old \ No newline at end of file +Makefile* +blib/ +pm_to_blib +MYMETA.* \ No newline at end of file diff --git a/Makefile.PL b/Makefile.PL index 6b31369..7325613 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,8 +28,8 @@ WriteMakefile( requires => { perl => '5.020000' }, resources => { license => 'https://opensource.org/licenses/mit', - repository => 'https://github.com/sirtoobii/wg-meta', - bugtracker => 'https://github.com/sirtoobii/wg-meta/issues' + repository => 'https://github.com/oposs/devel-deanonymize', + bugtracker => 'https://github.com/oposs/devel-deanonymize/issues' }, no_index => { directory => [ 't' ] } }, diff --git a/Readme.md b/Readme.md index 004823b..5a8f624 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Devel::Deanonymize -A small tool to make anonymous sub visible to Devel::Coverage (and possibly similar Modules) +A small tool to make anonymous subs visible to Devel::Coverage (and possibly similar Modules) ## Synopsys @@ -37,5 +37,5 @@ See separate subdirectory [examples/runit.sh](examples/runit.sh) ## Important notes - Make sure your script (the one under test) always ends with `__END__`, otherwise the regex to modify it fails silently -- To debug if your script is "deanonymized" use `warn()` instead of `print()` print is somewhat unreliable in this early stage of compilation- +- To debug if your script is "deanonymized" use `warn()` instead of `print()` print is somewhat unreliable in this early stage - [Devel::Cover](https://metacpan.org/pod/Devel::Cover) on cpan \ No newline at end of file