Catalyst-Authentication-Credential-Twitter

 view release on metacpan or  search on metacpan

AUTHOR_PLEDGE  view on Meta::CPAN


# CPAN Covenant for Catalyst-Authentication-Credential-Twitter

I, Jesse Stay <jesse@staynalive.com>, Yanick Champoux <yanick@cpan.org>, hereby give modules@perl.org permission to grant co-maintainership 
to Catalyst-Authentication-Credential-Twitter, if all the following conditions are met:

   (1) I haven't released the module for a year or more
   (2) There are outstanding issues in the module's public bug tracker
   (3) Email to my CPAN email address hasn't been answered after a month
   (4) The requester wants to make worthwhile changes that will benefit CPAN

In the event of my death, then the time-limits in (1) and (3) do not apply.

META.json  view on Meta::CPAN

{
   "abstract" : "Twitter authentication for Catalyst",
   "author" : [
      "Jesse Stay <jesse@staynalive.com>",
      "Yanick Champoux <yanick@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150001",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"

META.yml  view on Meta::CPAN

---
abstract: 'Twitter authentication for Catalyst'
author:
  - 'Jesse Stay <jesse@staynalive.com>'
  - 'Yanick Champoux <yanick@cpan.org>'
build_requires:
  Catalyst: '0'
  Catalyst::Controller: '0'
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::More: '0'
  lib: '0'

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Twitter authentication for Catalyst",
  "AUTHOR" => "Jesse Stay <jesse\@staynalive.com>, Yanick Champoux <yanick\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Catalyst-Authentication-Credential-Twitter",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Catalyst::Authentication::Credential::Twitter",
  "PREREQ_PM" => {
    "Catalyst::Exception" => 0,
    "Catalyst::Plugin::Session::PerUser" => 0,

README  view on Meta::CPAN

            # properly authenticated against twitter,
            # user just doesn't exist yet
            if ( !$user and  $twitter->twitter_user ) {
                $user = $self->model->create_user( $twitter->twitter_user );
            }

            # etc
        }

AUTHOR
    Jesse Stay <jesse@staynalive.com> <http://staynalive.com>

COPYRIGHT
    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    The full text of the license can be found in the LICENSE file included
    with this module.

SEE ALSO
    Catalyst::Plugin::Authentication, Net::Twitter

README.mkdn  view on Meta::CPAN


Please report bugs to [http://rt.cpan.org/Ticket/Create.html?Queue=Catalyst-Authentication-Credential-Twitter](http://rt.cpan.org/Ticket/Create.html?Queue=Catalyst-Authentication-Credential-Twitter)

# THANKS

Thanks go out Daisuke Murase for writing C::P::A::Credential::Flickr,
Marc Mims and Chris Thompson for Net::Twitter.

# AUTHORS

- Jesse Stay <jesse@staynalive.com>
- Yanick Champoux <yanick@cpan.org> [![endorse](http://api.coderwall.com/yanick/endorsecount.png)](http://coderwall.com/yanick)

# COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Jesse Stay.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

doap.xml  view on Meta::CPAN

  xmlns:dc="http://purl.org/dc/terms/"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  >
  <name>Catalyst-Authentication-Credential-Twitter</name>
  <shortdesc>Twitter authentication for Catalyst</shortdesc>
  <developer>
    <foaf:Person>
      <foaf:name>Jesse Stay</foaf:name>
      <foaf:mbox rdf:resource="mailto:jesse@staynalive.com" />
    </foaf:Person>
  </developer>
  <developer>
    <foaf:Person>
      <foaf:name>Yanick Champoux</foaf:name>
      <foaf:mbox rdf:resource="mailto:yanick@cpan.org" />
    </foaf:Person>
  </developer>
  <helper>
    <foaf:Person>

lib/Catalyst/Authentication/Credential/Twitter.pm  view on Meta::CPAN


Thanks go out Daisuke Murase for writing C::P::A::Credential::Flickr,
Marc Mims and Chris Thompson for Net::Twitter.

=head1 AUTHORS

=over 4

=item *

Jesse Stay <jesse@staynalive.com>

=item *

Yanick Champoux <yanick@cpan.org>

=back

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Jesse Stay.



( run in 1.739 second using v1.01-cache-2.11-cpan-df04353d9ac )