Skip to content

Commit

Permalink
fixed another typo in a quote
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 29, 2012
1 parent 3ca164b commit 9fef477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -6,7 +6,6 @@ use overload
'""' => sub { shift->to_xml },
fallback => 1;

# "Bender: I'm Bender, baby, please insert liquor!"
use Carp 'croak';
use Mojo::Collection;
use Mojo::DOM::CSS;
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/IOLoop.pm
@@ -1,8 +1,8 @@
package Mojo::IOLoop;
use Mojo::Base -base;

# "Professor: Amy, technology isn't intrinsically good or evil it's how it's
# used. Like the death ray."
# "Professor: Amy, technology isn't intrinsically good or evil. It's all in
# how you use it, Like the death ray."
use Carp 'croak';
use Mojo::IOLoop::Client;
use Mojo::IOLoop::Delay;
Expand Down
1 change: 1 addition & 0 deletions lib/Mojolicious/Plugins.pm
@@ -1,6 +1,7 @@
package Mojolicious::Plugins;
use Mojo::Base 'Mojo::EventEmitter';

# "Bender: I'm Bender, baby, please insert liquor!"
use Mojo::Util 'camelize';

has namespaces => sub { ['Mojolicious::Plugin'] };
Expand Down

0 comments on commit 9fef477

Please sign in to comment.