File: README

package info (click to toggle)
libnet-cisco-mse-rest-perl 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: perl: 253; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Net::Cisco::MSE::REST
=================

DESCRIPTION
-----------

This module provides a Perl object-oriented interface over Cisco MSE REST API.

NSTALLATION
------------

To install this module type the following:

tar xvzf Net-Cisco-MSE-REST-X.Y.tar.gz
cd Net-Cisco-MSE-REST-X.Y
perl Makefile.PL
make
make test
make install

AUTHORS
-------
Fabrice Durand <fdurand@inverse.ca>