From: Caleb Cushing Date: Mon, 22 Feb 2010 08:12:55 +0000 (+0000) Subject: remove unessessary extraneous code X-Git-Tag: v5.8005~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=32f4919510536b8c4f28ec9d97162e2b8e33a4bb remove unessessary extraneous code you don't have to reproduce all attributes for a column just to add more, removing code that would otherwise be duplicated. --- diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index 158372e..5c727c2 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -650,8 +650,6 @@ the closing "1;": # with hex encoding; Generate the 'check_password" method __PACKAGE__->add_columns( 'password' => { - data_type => "TEXT", - size => undef, encode_column => 1, encode_class => 'Digest', encode_args => {salt_length => 10},