项目作者: darinegan

项目描述 :
Skeleton of a Perl Module
高级语言: Perl
项目地址: git://github.com/darinegan/skel-pl-module.git
创建时间: 2016-11-15T11:55:44Z
项目社区:https://github.com/darinegan/skel-pl-module

开源协议:Apache License 2.0

下载


Sample Perl Module

To build, give the following commands at the shell.

  1. perl Makefile.PL
  2. make
  3. make test

Optionally, if you wish to install the module.

  1. make install

The make command is probably nmake under a Windows system. You may need to become root (or administrator) before doing the make install step.