diff options
author | Justin Davis <jrcd83@gmail.com> | 2011-10-16 17:08:58 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2011-10-16 17:08:58 +0200 |
commit | 42a71adfe28e0f6cf3ebe1d104492c1c744f4bb4 (patch) | |
tree | be1f577a3bccf835fa8a5a7fad1929aeb2781abc /bin/metas | |
parent | 8ef37999971a879a3ddccb80541c3f85aea10b9e (diff) | |
download | genpkg-42a71adfe28e0f6cf3ebe1d104492c1c744f4bb4.tar.gz genpkg-42a71adfe28e0f6cf3ebe1d104492c1c744f4bb4.tar.xz |
Typo fix. Extra single quote.
Diffstat (limited to 'bin/metas')
-rwxr-xr-x | bin/metas/perl.d/cpandists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/metas/perl.d/cpandists b/bin/metas/perl.d/cpandists index 339a75c..040db77 100755 --- a/bin/metas/perl.d/cpandists +++ b/bin/metas/perl.d/cpandists @@ -22,7 +22,7 @@ NR < 10 { next } sub(/^[vV]/, "", ver) # For some reason the newest version of perl had no modules in 02packages - # so I can't just use modules from the newest version of perl. + # so I cant just use modules from the newest version of perl. if(dist == "perl") coremods = coremods $1 " " $2 "\n" else |