X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=t%2Fload_plugins.t;h=0115c8b80dc68f06737008b2e8f4e4e8be222730;hp=d3ff2e3f049f04fce382fe389adcd27eca802038;hb=19748ec2b93f7f14ccd210e9e9d37b523fb90ea6;hpb=d6d183430fa16815ee449fb2792152636d7cfba8 diff --git a/t/load_plugins.t b/t/load_plugins.t index d3ff2e3..0115c8b 100755 --- a/t/load_plugins.t +++ b/t/load_plugins.t @@ -41,7 +41,7 @@ Turtles # one $repl is shared: # "Looks like the problem is that you can't open multiple instances of -# Term::ReadLine:PERL from the same object. I was able to correct this by +# Term::ReadLine:Perl from the same object. I was able to correct this by # changing the test to reuse the same Devel::REPL instance each time. This # prevents the warning that causes the test to fail. I don't think this # changes the spirit of the test, it's just a byproduct of how