Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed all quotes again
  • Loading branch information
kraih committed Aug 29, 2012
1 parent 4626da7 commit d84e29f
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 53 deletions.
2 changes: 0 additions & 2 deletions lib/Mojo.pm
@@ -1,8 +1,6 @@
package Mojo;
use Mojo::Base -base;

# "Professor: These old Doomsday devices are dangerously unstable. I'll rest
# easier not knowing where they are."
use Carp 'croak';
use Mojo::Home;
use Mojo::Log;
Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/Cache.pm
@@ -1,7 +1,6 @@
package Mojo::Cache;
use Mojo::Base -base;

# "Fry: People said I was dumb, but I proved them."
has 'max_keys' => 100;

sub get { (shift->{cache} || {})->{shift()} }
Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/EventEmitter.pm
@@ -1,7 +1,6 @@
package Mojo::EventEmitter;
use Mojo::Base -base;

# "Bender: Woohoo, time to go clubbin'! Baby seals here I come!"
use Scalar::Util qw(blessed weaken);

use constant DEBUG => $ENV{MOJO_EVENTEMITTER_DEBUG} || 0;
Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/Exception.pm
Expand Up @@ -5,7 +5,6 @@ use overload
'""' => sub { shift->to_string },
fallback => 1;

# "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
5 changes: 0 additions & 5 deletions lib/Mojo/Home.pm
Expand Up @@ -5,11 +5,6 @@ use overload
'""' => sub { shift->to_string },
fallback => 1;

# "Orphan: Daddy Bender, we're hungry.
# Bender: What's with you kids? Every other day it's food, food, food.
# Alright, I'll get you some stupid food.
# Orphan: Can we have Bender Burgers again?
# Bender: No! The cat shelter's on to me."
use Cwd 'abs_path';
use File::Basename 'dirname';
use File::Find 'find';
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojo/IOLoop.pm
@@ -1,8 +1,6 @@
package Mojo::IOLoop;
use Mojo::Base -base;

# "Professor: Amy, technology isn't intrinsically good or bad. 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
6 changes: 0 additions & 6 deletions lib/Mojo/IOLoop/Delay.pm
@@ -1,12 +1,6 @@
package Mojo::IOLoop::Delay;
use Mojo::Base 'Mojo::EventEmitter';

# "Professor: Behold, a time traveling machine.
# Bender: Time? I can't go back there!
# Professor: Ah, but this machine only goes forward in time, so you won't be
# able to change history or do something disgusting like sleep
# with your own grandmother.
# Fry: I wouldn't wanna do that again."
use Mojo::IOLoop;

has ioloop => sub { Mojo::IOLoop->singleton };
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojo/JSON.pm
@@ -1,8 +1,6 @@
package Mojo::JSON;
use Mojo::Base -base;

# "Bender: Ahhh, what an awful dream. Ones and zeroes everywhere... and I
# thought I saw a two."
use B;
use Mojo::Util;
use Scalar::Util 'blessed';
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojo/Log.pm
@@ -1,8 +1,6 @@
package Mojo::Log;
use Mojo::Base 'Mojo::EventEmitter';

# "Bender: I mean, being a robot's great, but we don't have emotions, and
# sometimes that makes me very sad."
use Carp 'croak';
use Fcntl ':flock';

Expand Down
2 changes: 0 additions & 2 deletions lib/Mojo/Reactor.pm
@@ -1,8 +1,6 @@
package Mojo::Reactor;
use Mojo::Base 'Mojo::EventEmitter';

# "Fry: This snow is beautiful. I'm glad global warming never happened.
# Leela: Actually, it did. But thank God nuclear winter canceled it out."
use Carp 'croak';
use IO::Poll qw(POLLERR POLLHUP POLLIN);
use Mojo::Loader;
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojo/Server/Hypnotoad.pm
@@ -1,8 +1,6 @@
package Mojo::Server::Hypnotoad;
use Mojo::Base -base;

# "Bender: You know, I was God once.
# God: Yes, I saw. You were doing well, until everyone died."
use Cwd 'abs_path';
use Fcntl ':flock';
use File::Basename 'dirname';
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojo/Server/Morbo.pm
@@ -1,8 +1,6 @@
package Mojo::Server::Morbo;
use Mojo::Base -base;

# "Morbo: With Halley's Comet out of ice, Earth is experiencing a sudden case
# of global warming. Morbo is pleased but sticky."
use Mojo::Home;
use Mojo::Server::Daemon;
use POSIX 'WNOHANG';
Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/UserAgent.pm
@@ -1,7 +1,6 @@
package Mojo::UserAgent;
use Mojo::Base 'Mojo::EventEmitter';

# "Bender: Bite my shiny metal ass!"
use Carp 'croak';
use List::Util 'first';
use Mojo::IOLoop;
Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/Util.pm
@@ -1,7 +1,6 @@
package Mojo::Util;
use Mojo::Base 'Exporter';

# "Professor: Good news, everyone! I've taught the toaster to feel love!"
use Carp 'croak';
use Digest::MD5 qw(md5 md5_hex);
use Digest::SHA qw(sha1 sha1_hex);
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojolicious.pm
@@ -1,8 +1,6 @@
package Mojolicious;
use Mojo::Base 'Mojo';

# "Fry: Since when is the Internet all about robbing people of their privacy?
# Bender: August 6, 1991."
use Carp 'croak';
use Mojo::Exception;
use Mojolicious::Commands;
Expand Down
1 change: 0 additions & 1 deletion lib/Mojolicious/Commands.pm
@@ -1,7 +1,6 @@
package Mojolicious::Commands;
use Mojo::Base 'Mojolicious::Command';

# "Bender: I'm Bender, baby, please insert liquor!"
use Getopt::Long
qw(GetOptions :config no_auto_abbrev no_ignore_case pass_through);
use Mojo::Server;
Expand Down
7 changes: 0 additions & 7 deletions lib/Mojolicious/Lite.pm
@@ -1,13 +1,6 @@
package Mojolicious::Lite;
use Mojo::Base 'Mojolicious';

# "Professor: Good news, everyone! The university is bringing me on
# disciplinary charges. Wait, that's not good news at all.
# Leela: Whatever you did, professor, I'm sure there's a reasonable
# explanation.
# Professor: Yes, but they won't listen! Everybody's always in favor of
# saving Hitler's brain. But when you put it in the body of a
# great white shark, uuuh, suddenly you've gone too far.
use File::Basename 'dirname';
use File::Spec::Functions 'catdir';
use Mojo::UserAgent;
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojolicious/Plugins.pm
@@ -1,8 +1,6 @@
package Mojolicious::Plugins;
use Mojo::Base 'Mojo::EventEmitter';

# "Bender: Yeah, well... I'm gonna go build my own theme park, with blackjack
# and hookers! In fact, forget the park!"
use Mojo::Util 'camelize';

has namespaces => sub { ['Mojolicious::Plugin'] };
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojolicious/Renderer.pm
@@ -1,8 +1,6 @@
package Mojolicious::Renderer;
use Mojo::Base -base;

# "Computer: Also you have a rectangular object in your colon.
# Hermes: That's a calculator. I ate it to gain its power."
use File::Spec::Functions 'catfile';
use Mojo::Cache;
use Mojo::JSON;
Expand Down
1 change: 0 additions & 1 deletion lib/Mojolicious/Sessions.pm
@@ -1,7 +1,6 @@
package Mojolicious::Sessions;
use Mojo::Base -base;

# "Bender: Anything less than immortality is a complete waste of time!"
use Mojo::JSON;
use Mojo::Util qw(b64_decode b64_encode);

Expand Down
7 changes: 0 additions & 7 deletions lib/Test/Mojo.pm
@@ -1,13 +1,6 @@
package Test::Mojo;
use Mojo::Base -base;

# "Amy: He knows when you are sleeping,
# Professor: He knows when you're on the can,
# Leela: He'll hunt you down and blast your ass from here to Pakistan.
# Zoidberg: Oh,
# Hermes: You'd better not breathe, you'd better not move,
# Bender: You're better off dead, I'm telling you, dude.
# Fry: Santa Claus is gunning you down!"
use Mojo::IOLoop;
use Mojo::Message::Response;
use Mojo::Server;
Expand Down
1 change: 0 additions & 1 deletion lib/ojo.pm
@@ -1,7 +1,6 @@
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 d84e29f

Please sign in to comment.