Skip to content

Commit

Permalink
do not tell folks about Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 22, 2014
1 parent f273dd0 commit af22682
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Expand Up @@ -61,8 +61,9 @@ app->start;

## Duct tape for the HTML5 web

Use all the latest Perl and HTML features in single file prototypes like
this one and grow them easily into well-structured applications.
Use all the latest Perl and HTML features in beautiful single file
prototypes like this one, and grow them easily into well-structured
applications.

```perl
use Mojolicious::Lite;
Expand Down Expand Up @@ -92,11 +93,6 @@ __DATA__
</script>
```
Perl might be over 25 years old, but it is still an evolving language with a
yearly release cycle. We strongly recommend that you update regularly.
[Subroutine signatures](https://metacpan.org/pod/distribution/perl/pod/perlsub.pod#Signatures)
is just one of many new features.
## Want to know more?
Take a look at our excellent [documentation](http://mojolicio.us/perldoc>)!

0 comments on commit af22682

Please sign in to comment.