The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Kollos - A placeholder for the Kollos::* hierarchy

Synopsis

        perl -e -MKollos 'use Kollos; my($k) = Kollos -> new; $k -> run'

Description

Kollos pplaceholder for the Kollos::* hierarchy.

Distributions

This module is available as a Unix-style distro (*.tgz).

See http://savage.net.au/Perl-modules/html/installing-a-module.html for help on unpacking and installing distros.

Installation

Install Kollos as you would for any Perl module:

Run:

        cpanm Kollos

or run:

        sudo cpan Kollos

or unpack the distro, and then:

        perl Makefile.PL
        make (or dmake or nmake)
        make test
        make install

Constructor and Initialization

new() is called as my($k) = Kollos -> new.

It returns a new object of type Kollos.

new() does not accept any parameters.

Methods

run()

Does nothing but return 0.

Machine-Readable Change Log

The file Changes was converted into Changelog.ini by Module::Metadata::Changes.

Version Numbers

Version numbers < 1.00 represent development versions. From 1.00 up, they are production versions.

Repository

https://github.com/ronsavage/Kollos

Support

Email the author, or log a bug on RT:

https://rt.cpan.org/Public/Dist/Display.html?Name=Kollos.

Author

Kollos was written by Ron Savage <ron@savage.net.au> in 2017.

My homepage: http://savage.net.au/

Copyright

Australian copyright (c) 2017, Ron Savage.

        All Programs of mine are 'OSI Certified Open Source Software';
        you can redistribute them and/or modify them under the terms of
        The Perl License, a copy of which is available at:
        http://dev.perl.org/licenses/

1 POD Error

The following errors were encountered while parsing the POD:

Around line 65:

Unterminated C< ... > sequence