Show
Ignore:
Timestamp:
06/04/08 20:19:43 (5 years ago)
Author:
hidek
Message:

DEPRECATED! no more stupid Catalyst::Plugin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Catalyst-Plugin-RequestToken/trunk/lib/Catalyst/Plugin/RequestToken.pm

    r3541 r13222  
    99use overload(); 
    1010 
    11 our $VERSION = '0.05'; 
     11our $VERSION = '0.06'; 
    1212 
    1313sub setup { 
     
    103103=head1 NAME 
    104104 
    105 Catalyst::Plugin::RequestToken - Handling transaction token for Catalyst 
    106  
     105Catalyst::Plugin::RequestToken - (DEPRECATED) Handling transaction token for Catalyst 
     106 
     107=head1 DEPRECATION NOTICE 
     108 
     109B<This module has been deprecated in favor of Catalyst::Controller::RequestToken>. 
     110Please do not use it in new code. It has known compatibility issues and is absolutely 
     111not supported by anyone. It remains only in case you have existing code that 
     112relies on it. 
    107113 
    108114=head1 SYNOPSIS