https://github.com/salva/p5-class-statemachine
State machines in Perl while abusing inheritance
https://github.com/salva/p5-class-statemachine
Last synced: 3 months ago
JSON representation
State machines in Perl while abusing inheritance
- Host: GitHub
- URL: https://github.com/salva/p5-class-statemachine
- Owner: salva
- Created: 2011-07-05T09:52:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T15:30:55.000Z (almost 8 years ago)
- Last Synced: 2023-03-10T19:40:56.142Z (about 2 years ago)
- Language: Perl
- Homepage:
- Size: 254 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Class-StateMachine
==================Define classes for state machines
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
Test::More
COPYRIGHT AND LICENCE
Copyright (C) 2003-2005, 2011-2014 by Salvador Fandino
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.