Skip to content

Commit

Permalink
Added reference to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtoobii committed Jun 24, 2021
1 parent b4dfd33 commit c5e8602
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
_Deparsed_XSubs.pm
examples/cover_db
*.tar
Makefile.old
Makefile*
blib/
pm_to_blib
MYMETA.*
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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' ] }
},
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

0 comments on commit c5e8602

Please sign in to comment.