Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

NAME

Net::Redmine::Connection

SYNOPSIS

# Initialize a redmien connection object
my $redmine = Net::Redmine::Connection->new(
user => 'hiro',
password => 'yatta'
);
# Passed it to other classes
my $ticket = Net::Redmine::Ticket->new(connection => $redmine);

DESCRIPTION