-
-
10 Feb 2012 08:53:57 UTC
- Distribution: Net-Redmine
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (113 / 0 / 17)
- Kwalitee
Bus factor: 1- % Coverage
- License: mit
- Activity
24 month- Tools
- Download (44.07KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Any::Moose
- DateTime::Format::DateParse
- DateTimeX::Easy
- Encode
- HTML::WikiConverter
- HTML::WikiConverter::Markdown
- IO::All
- IO::String
- Params::Validate
- Regexp::Common
- Regexp::Common::Email::Address
- Text::CSV::Slurp
- URI
- URI::Escape
- WWW::Mechanize
- pQuery
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::Redmine::Connection
SYNOPSIS
# Initialize a redmien connection object my $redmine = Net::Redmine::Connection->new( url => 'http://redmine.example.com/projects/show/fooproject' user => 'hiro', password => 'yatta' ); # Passed it to other classes my $ticket = Net::Redmine::Ticket->new(connection => $redmine);
DESCRIPTION
Module Install Instructions
To install Net::Redmine, copy and paste the appropriate command in to your terminal.
cpanm Net::Redmine
perl -MCPAN -e shell install Net::Redmine
For more information on module installation, please visit the detailed CPAN module installation guide.