-
-
29 Nov 2005 10:02:44 UTC
- Distribution: Acme-Orange
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (347 / 0 / 0)
- Kwalitee
Bus factor: 1- 93.94% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.28KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Acme::Colour
- Test::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Acme::Orange - Like Acme::Colour but only for important colours
SYNOPSIS
$c = Acme::Orange->new(); $colour = $c->colour; # orange $c->add("orange"); # $c->colour still orange $c->add("blue"); # $c->colour still orange. $c = Acme::Orange->new("pink"); $colour = $c->colour; # orange.
ABSTRACT
The Acme::Orange module provides the same interface as Acme::Colour, but restricts itself to important colours
DESCRIPTION
Methods are as Acme::Colour
SEE ALSO
Acme::Colour by Leon Brocard
Acme::Tango by Peter Sergeant
BUGS
Can't do overloaded constants. Yet
AUTHOR
Nicholas Clark, <nick@talking.bollo.cx>
COPYRIGHT AND LICENSE
Copyright 2003 by Nicholas Clark
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Acme::Orange, copy and paste the appropriate command in to your terminal.
cpanm Acme::Orange
perl -MCPAN -e shell install Acme::Orange
For more information on module installation, please visit the detailed CPAN module installation guide.