Codebase list libcapture-tiny-perl / release-0.04 INSTALL
release-0.04

Tree @release-0.04 (Download .tar.gz)

INSTALL @release-0.04raw · history · blame

# Copyright (c) 2009 by David Golden. All rights reserved.
# Licensed under Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License was distributed with this file or you may obtain a 
# copy of the License from http://www.apache.org/licenses/LICENSE-2.0

INSTALLATION 

This distribution may be installed via one of the following
methods:


1. If Build.PL exists and Module::Build is installed:

    perl Build.PL
    perl Build
    perl Build test
    perl Build install

2. If Makefile.PL exists:

    perl Makefile.PL
    make
    make test
    make install

If you are on a Windows machine you should use 
'nmake' or 'dmake' rather than 'make'.