Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 891 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 891 Bytes

WebService::Freshservice Build Status Coverage Status

A Perl client to the Freshservice API

Cpanm + Local-Lib

cpanm WebService::FreshService

Build from Source

Grab cpanm + local::lib

$ sudo apt-get install cpanminus liblocal-lib-perl

Configure local::lib if you haven't already done so:

$ perl -Mlocal::lib >> ~/.bashrc
$ eval $(perl -Mlocal::lib)

Install from git, you can then use:

$ dzil authordeps | cpanm
$ dzil listdeps   | cpanm
$ dzil install