The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Audio::Beep.

0.07 Tue Feb 25 00:34:19 2003
    - Now we install no submodules on not supported OSs
    - lazier way to set the player object and more POD on the subject
    - some more carping and croaking
    - new one-liner examples in POD

0.06 Fri Feb 21 10:35:11 2003
    - local $SIG{INT} in Audio::Beep::Linux::PP
    - fixed serious bug in Makefile.PL

0.05 Tue Feb 19 00:20:57 2003
    - Added Audio::Beep::Win32::API player module
        (now we work on NT, 2000 and XP)
    - Updated Makefile.PL to install just required modules depending on OS
    - Updated POD to account for Windows support
    - Added scales sample in music/ directory
    - Rewrote _best_player()
    - Updated tests

0.04 Sun Feb 16 19:48:32 2003
    - Added a $beeper->rest($milliseconds) method
    - Rewrote parsing
    - Added \ in front of all methods 
        (breaking compatibility with previous versions)
    - Added \rel, \norel e \transpose
    - Implemented relative noting the right way 
        (again breaking compatibility)
    - Added comments with #
    - More POD
    - Updated the samples in the POD
    - Added a sample in music/ directory
    - Probably other stuff

0.03  Fri Feb 14 14:25:54 2003
    - Fixed a missing bless in Audio::Beep::Linux::PP
    - Fixed POD

0.02  Thu Feb 13 18:40:05 2003
    - Changed namespace to Audio::Beep
    - Moved Beep::beep module to Audio::Beep::Linux::beep
    - New module Audio::Beep::Linux::PP
    - A ton of other stuff

0.01  Tue Feb 11 18:20:12 2003
	- original version; created by h2xs 1.22 with options
		-XA -n Beep