https://github.com/ngerakines/perl-catalyst-plugin-facebook
https://github.com/ngerakines/perl-catalyst-plugin-facebook
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngerakines/perl-catalyst-plugin-facebook
- Owner: ngerakines
- Created: 2008-12-24T03:01:22.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-08-23T21:26:25.000Z (over 15 years ago)
- Last Synced: 2025-03-31T11:02:43.118Z (about 1 month ago)
- Language: Perl
- Homepage:
- Size: 90.8 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Catalyst-Plugin-Facebook
This module adds quick and easy access to WWW::Facebook::API within a
Catalyst application.See the POD for more information and example use.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Catalyst::Plugin::Facebook
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/Catalyst-Plugin-FacebookCPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-FacebookAnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/Catalyst-Plugin-FacebookCPAN Ratings:
http://cpanratings.perl.org/d/Catalyst-Plugin-FacebookCOPYRIGHT AND LICENCE
Copyright (C) 2007 Nick Gerakines
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.