Skip to content

Commit

Permalink
simplify readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 26, 2011
1 parent 54ecaec commit 4494d01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.pod
Expand Up @@ -127,9 +127,7 @@ Web development for humans, making hard things possible and everything fun.
@@ clock.html.ep
% use Time::Piece;
% my $now = localtime;
%= link_to clock => begin
The time is <%= $now->hms %>.
% end
The time is <%= $now->hms %>.

Single file prototypes like this one can easily grow into well-structured
applications.
Expand Down

0 comments on commit 4494d01

Please sign in to comment.