The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mozilla::Persona::Check - check wether a user is correctly configured

INHERITANCE

 Mozilla::Persona::Check
   is a Exporter

SYNOPSIS

  # command-line script
  persona check <options> <identity>

  # or from your own program
  use Mozilla::Persona::Check 'check_identity';

DESCRIPTION

This module organizes the server-side Persona adminstration, with a few helpers which can have alternative implementations.

Functions

setup_persona(OPTIONS)
 -Option  --Default
  identity  <required>
  password  <required>
identity => IDENTITY
password => PASSWORD

SEE ALSO

This module is part of Mozilla-Persona distribution version 0.12, built on November 22, 2012. Website: http://perl.overmeer.net. The code is based on the MulkyID code by Matthias Benkard.

Persona is described at http://www.mozilla.org/persona/

COPYRIGHTS

Copyrights of the perl code and the related documentation by 2012 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html