Skip to content

davorg-cpan/svg-trafficlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg-trafficlight

Perl module for drawing traffic lights using SVG

Build Status Coverage Status

Installation

This module can be downloaded from CPAN at:

(See the "Download" link on the left.)

You can then install it using the standard CPAN installation dance of:

$ perl Makefile.PL
$ make
$ make test
$ sudo make install

But you're probably better off installing it using your favourite CPAN module installation tool, like cpan or cpanm.

Code Repository

The code is available on Github

Copyright

Copyright (c) 2017 Magnum Solutions Ltd. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Author

Dave Cross dave@perlhacks.com