Skip to content

Useless use of greediness modifier '+' in regex #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zine-el-aabidine opened this issue Nov 6, 2017 · 2 comments
Open

Useless use of greediness modifier '+' in regex #17

zine-el-aabidine opened this issue Nov 6, 2017 · 2 comments

Comments

@zine-el-aabidine
Copy link

Hi

I ran retroseq.pl and i got the errors :
Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/^[0-9]{2}+ <-- HERE S/ at /home/eq_jcl/Projects/MNase_and_Sonicseq/contig_analysis_approche_2/retroseq//RetroSeq-master/bin/../RetroSeq/Utilities.pm line 190.
Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/[0-9]{2}+ <-- HERE S$/ at /home/eq_jcl/Projects/MNase_and_Sonicseq/contig_analysis_approche_2/retroseq//RetroSeq-master/bin/../RetroSeq/Utilities.pm line 195.
Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/^[0-9]{2}+ <-- HERE S/ at /home/eq_jcl/Projects/MNase_and_Sonicseq/contig_analysis_approche_2/retroseq//RetroSeq-master/bin/../RetroSeq/Utilities.pm line 204.
Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/[0-9]{2}+ <-- HERE S$/ at /home/eq_jcl/Projects/MNase_and_Sonicseq/contig_analysis_approche_2/retroseq//RetroSeq-master/bin/../RetroSeq/Utilities.pm line 209.
Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/[0-9]{2}+ <-- HERE S$/ at /home/eq_jcl/Projects/MNase_and_Sonicseq/contig_analysis_approche_2/retroseq//RetroSeq-master/bin/../RetroSeq/Utilities.pm line 218.
Useless use of greediness modifier '+' in regex; marked by <-- HERE in m/^[0-9]{2}+ <-- HERE S/ at /home/eq_jcl/Projects/MNase_and_Sonicseq/contig_analysis_approche_2/retroseq//RetroSeq-master/bin/../RetroSeq/Utilities.pm line 219.
Useless use of private variable in void context at /home/eq_jcl/Projects/MNase_and_Sonicseq/contig_analysis_approche_2/retroseq//RetroSeq-master/bin/retroseq.pl line 184.

Do you have an idea about how to solve this problem please.

Thank you

@tk2
Copy link
Owner

tk2 commented Oct 29, 2018

Can you post the command that you ran?

@rsFalse
Copy link

rsFalse commented Jan 1, 2024

perl 5.20 was effected, take a look:
Perl/perl5#14857

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants