Skip to content

Commit

Permalink
two more quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 28, 2012
1 parent 9becfbd commit 3ca164b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Mojo/DOM.pm
Expand Up @@ -6,6 +6,7 @@ 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
2 changes: 1 addition & 1 deletion lib/Mojo/Exception.pm
Expand Up @@ -5,7 +5,7 @@ use overload
'""' => sub { shift->to_string },
fallback => 1;

# "Bender: This is the worst kind of discrimination: the kind against me!"
# "Bender: This is the worst kind of discrimination. The kind against me!"
use Scalar::Util 'blessed';

has [qw(frames line lines_before lines_after)] => sub { [] };
Expand Down
1 change: 1 addition & 0 deletions lib/ojo.pm
@@ -1,6 +1,7 @@
package ojo;
use Mojo::Base -strict;

# "Fry: Why am i sticky and naked? Did i miss something fun?"
use Mojo::ByteStream 'b';
use Mojo::Collection 'c';
use Mojo::DOM;
Expand Down

0 comments on commit 3ca164b

Please sign in to comment.