X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=README.mkdn;h=203d418278cd5b204d0e18636e4fa1fb50940a11;hp=98666223264e58d21743373874c4a40a8c6939d5;hb=dddc7ec8cc0e9112ff51caad562a15e3699e3fab;hpb=6bd163d103c0f98eb638af68322c5e028ec684fa diff --git a/README.mkdn b/README.mkdn index 9866622..203d418 100644 --- a/README.mkdn +++ b/README.mkdn @@ -2,14 +2,6 @@ Catalyst - The Elegant MVC Web Application Framework -
- -
- -<a href="https://badge.fury.io/pl/Catalyst-Runtime"><img src="https://badge.fury.io/pl/Catalyst-Runtime.svg" alt="CPAN version" height="18"></a> -<a href="https://travis-ci.org/perl-catalyst/catalyst-runtime/"><img src="https://api.travis-ci.org/perl-catalyst/catalyst-runtime.png" alt="Catalyst></a> -<a href="http://cpants.cpanauthors.org/dist/Catalyst-Runtime"><img src="http://cpants.cpanauthors.org/dist/Catalyst-Runtime.png" alt='Kwalitee Score' /></a> - # SYNOPSIS See the [Catalyst::Manual](https://metacpan.org/pod/Catalyst::Manual) distribution for comprehensive @@ -1578,7 +1570,7 @@ This has been done since not all people need this feature and we wish to restric when the application is in an unexpected state. Before version 5.90070, the default used to be false. To keep the old - behaviour, you can explicitely set the value to false. E.g. + behaviour, you can explicitly set the value to false. E.g. __PACKAGE__->config(abort_chain_on_error_fix => 0);