projects
/
perl
/
modules
/
Bit-MorseSignals.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f38dcd0
)
Convert one missing qw to <>
author
Vincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 22:08:51 +0000 (19:08 -0300)
committer
Vincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 22:08:51 +0000 (19:08 -0300)
samples/jerk.pl
patch
|
blob
|
history
diff --git
a/samples/jerk.pl
b/samples/jerk.pl
index 72c7b8fa08d76a97822113635527e0dd81668ec5..abeefa000f5888efb11fdaf8d8e3ab5982d27a96 100755
(executable)
--- a/
samples/jerk.pl
+++ b/
samples/jerk.pl
@@
-3,7
+3,7
@@
use strict;
use warnings;
-use lib qw
{blib/lib}
;
+use lib qw
<blib/lib>
;
use Bit::MorseSignals::Emitter;
use Bit::MorseSignals::Receiver;