Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msoap/find-copypaste-perl-subs
Find the copied subs in perl code
https://github.com/msoap/find-copypaste-perl-subs
perl
Last synced: 24 days ago
JSON representation
Find the copied subs in perl code
- Host: GitHub
- URL: https://github.com/msoap/find-copypaste-perl-subs
- Owner: msoap
- Created: 2013-01-20T14:50:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-20T15:16:34.000Z (almost 12 years ago)
- Last Synced: 2024-10-15T22:10:52.375Z (2 months ago)
- Topics: perl
- Language: Perl
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Find the copied subs in perl code
=================================DESCRIPTION
-----------Find the copied subs in perl code via PPI
SYNOPSIS
--------find_copypaste_perl_subs.pl $(find . -type f -name "*.p[lm]")
INSTALLATION
------------
Install dependencies:sudo cpan PPI
And install script:
if `~/bin/` exists in your `$PATH`:
curl "https://raw.github.com/msoap/find-copypaste-perl-subs/master/find_copypaste_perl_subs.pl" > ~/bin/find_copypaste_perl_subs.pl
chmod 744 ~/bin/find_copypaste_perl_subs.plor
sudo sh -c 'curl "https://raw.github.com/msoap/find-copypaste-perl-subs/master/find_copypaste_perl_subs.pl" > /usr/local/bin/find_copypaste_perl_subs.pl'
sudo sh -c 'chmod 744 /usr/local/bin/find_copypaste_perl_subs.pl'AUTHOR
------
Sergey Mudrik