Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/svg-trafficlight
Perl module for drawing traffic lights using SVG
https://github.com/davorg-cpan/svg-trafficlight
cpan hacktoberfest perl svg
Last synced: 3 months ago
JSON representation
Perl module for drawing traffic lights using SVG
- Host: GitHub
- URL: https://github.com/davorg-cpan/svg-trafficlight
- Owner: davorg-cpan
- License: other
- Created: 2017-07-10T09:28:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T21:40:03.000Z (about 1 year ago)
- Last Synced: 2024-05-02T00:35:14.152Z (9 months ago)
- Topics: cpan, hacktoberfest, perl, svg
- Language: Perl
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.md
Awesome Lists containing this project
README
# svg-trafficlight
Perl module for drawing traffic lights using SVG
[![Build Status](https://github.com/davorg-cpan/svg-trafficlight/actions/workflows/perltest.yml/badge.svg?branch=master)](https://github.com/davorg-cpan/svg-trafficlight/actions/workflows/perltest.yml) [![Coverage Status](https://coveralls.io/repos/github/davorg-cpan/svg-trafficlight/badge.svg?branch=master)](https://coveralls.io/github/davorg-cpan/svg-trafficlight?branch=master)
## Installation
This module can be downloaded from CPAN at:
* [https://metacpan.org/release/SVG-TrafficLight](https://metacpan.org/release/SVG-TrafficLight)
(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 installBut 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
* [https://github.com/davorg/svg-trafficlight](https://github.com/davorg/svg-trafficlight)
## 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