Skip to content

Commit

Permalink
updated version to 0.991231 (this is the date of the first futurama e…
Browse files Browse the repository at this point in the history
…pisode)
  • Loading branch information
kraih committed Jun 29, 2009
1 parent a4a2689 commit 9c7e150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
This file documents the revision history for Perl extension Mojo.

0.9003 2009-03-05 00:00:00
0.991231 2009-06-29 00:00:00
- Rewrote MojoX::Renderer, it is not backward compatible and
templates need to be renamed in the following 3 part format
"index.html.tt"!
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo.pm
Expand Up @@ -18,7 +18,7 @@ __PACKAGE__->attr(home => (default => sub { Mojo::Home->new }));
__PACKAGE__->attr(log => (default => sub { Mojo::Log->new }));

# Oh, so they have internet on computers now!
our $VERSION = '0.9003';
our $VERSION = '0.991231';

sub new {
my $self = shift->SUPER::new(@_);
Expand Down

0 comments on commit 9c7e150

Please sign in to comment.