| Facebook documentation | Contained in the Facebook distribution. |
Facebook::Cookie - DEPRECATED (replaced by Facebook::Signed)
version 0.102
THIS PACKAGE IS DEPRECATED!
If you have code using this package, please switch to Facebook::Signed.
This software is copyright (c) 2011 by Raudssus Social Software & Facebook Distribution Authors.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Facebook documentation | Contained in the Facebook distribution. |
package Facebook::Cookie; BEGIN { $Facebook::Cookie::AUTHORITY = 'cpan:GETTY'; } BEGIN { $Facebook::Cookie::VERSION = '0.102'; } # ABSTRACT: DEPRECATED (replaced by Facebook::Signed) use strict; use warnings; 1; __END__