Music::AtonalUtil - routines for atonal composition and analysis

To install this module, use CPAN, for example:

  cpanm Music::AtonalUtil

run perldoc(1) on Music::AtonalUtil for documentation


https://github.com/thrig/Music-AtonalUtil

to author a new release:

  perl Build.PL
  RELEASE_TESTING=1 ./Build test
  RELEASE_TESTING=1 ./Build testcover
  ./Build disttest
  git tag -s ... v...
  ./Build dist
  cpan-upload ...
  git push ...
  ./Build realclean  


COPYRIGHT AND LICENCE

Copyright (C) 2012 Jeremy Mates

This module is free software; you can redistribute it and/or modify it
under the Artistic License (2.0).