1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
ElixirFM - Interfaces to the ElixirFM system in Haskell
The ElixirFM module reimplements some of the functionality of the
ElixirFM system written in Haskell.
The Exec::ElixirFM module provides a simple interface for invoking
the ElixirFM executable, which you need to install on your system
yourself.
ElixirFM is documented at http://elixir-fm.wiki.sourceforge.net/.
INSTALLATION
To install this module, run the following from the command line:
perl Build.PL
Build
Build install
DOCUMENTATION
Visit the site http://sourceforge.net/projects/elixir-fm/ or run
perldoc ElixirFM
in order to get more information on this and related software.
COPYRIGHT AND LICENCE
Copyright (C) 2010-2005 Otakar Smrz, 2002 Tim Buckwalter
This program is free software. You can redistribute it and/or modify
it under the terms of the GNU General Public License version 3.
|