-
-
22 Apr 2016 16:47:38 UTC
- Distribution: Labyrinth-Plugin-CPAN
- Module version: 3.56
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (238 / 0 / 0)
- Kwalitee
Bus factor: 0- 24.09% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (16.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Labyrinth::Plugin::CPAN - CPAN Testers plugin for the Labyrinth framework
DESCRIPTION
Labyrinth is a Website Management Framework. This distribution enables Labyrinth to manage access to the CPAN Testers databases and data about CPAN releases and testers.
METHODS
General Methods
- DBX
-
Creates a database connection to the cpanstats database.
- Configure
-
Reads the CPAN configuration file and stores settings.
- GetTesterProfile
-
Given the profile id of a tester, returns their credentials, if known.
- FindTester
-
Given a tester string, determines who to record it as in the system.
- Rename
-
Used by the preferences system to impersonate a user for administration and/or purposes.
- OSName
-
Given an operating system string, returns the values used in the system.
- DistIndex
-
Given a distribution name and a version, returns the index value used by the system.
- OnCPAN
-
Given a distribution name and a version, returns whether stored on CPAN (1) or not (0).
Private Methods
- check_oncpan
-
Check whether a given distribution/version is on CPAN or in BACKPAN.
- mklist_perls
-
Provides a list of the perl versions currently in the system.
SEE ALSO
Labyrinth
AUTHOR
Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT & LICENSE
Copyright (C) 2008-2016 Barbie for Miss Barbell Productions All Rights Reserved. This distribution is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
Module Install Instructions
To install Labyrinth::Plugin::CPAN, copy and paste the appropriate command in to your terminal.
cpanm Labyrinth::Plugin::CPAN
perl -MCPAN -e shell install Labyrinth::Plugin::CPAN
For more information on module installation, please visit the detailed CPAN module installation guide.