X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;fp=lib%2FCatalyst%2FRequest%2FREST%2FForBrowsers.pm;h=0000000000000000000000000000000000000000;hp=142e3975826fbabf140ea185f715f7a88eea4650;hb=79025f72c27ba313b3c701cee238f84166f32f9e;hpb=f10c7e1c7eb3b4cb10401dbb86ca8db3dc38ced2 diff --git a/lib/Catalyst/Request/REST/ForBrowsers.pm b/lib/Catalyst/Request/REST/ForBrowsers.pm deleted file mode 100644 index 142e397..0000000 --- a/lib/Catalyst/Request/REST/ForBrowsers.pm +++ /dev/null @@ -1,59 +0,0 @@ -package Catalyst::Request::REST::ForBrowsers; -use Moose; - -use namespace::autoclean; - -our $VERSION = '1.07'; -$VERSION = eval $VERSION; - -extends 'Catalyst::Request::REST'; -with 'Catalyst::TraitFor::Request::REST::ForBrowsers'; - -sub _related_role { 'Catalyst::TraitFor::Request::REST::ForBrowsers' } - -__PACKAGE__->meta->make_immutable; - -1; - -__END__ - -=pod - -=head1 NAME - -Catalyst::Request::REST::ForBrowsers - A Catalyst::Request::REST subclass for dealing with browsers - -=head1 SYNOPSIS - - package MyApp; - - use Catalyst::Request::REST::ForBrowsers; - - MyApp->request_class( 'Catalyst::Request::REST::ForBrowsers' ); - -=head1 DESCRIPTION - -This class has been deprecated in favor of -L. Please see that class for -details on methods and attributes. - -=head1 AUTHOR - -Dave Rolsky, C<< >> - -=head1 BUGS - -Please report any bugs or feature requests to -C, or through the -web interface at L. I will be notified, and then -you'll automatically be notified of progress on your bug as I make -changes. - -=head1 COPYRIGHT & LICENSE - -Copyright 2008-2009 Dave Rolsky, All Rights Reserved. - -This program is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - -=cut