new MIDI-Perl version

[email protected] ("Sean M. Burke") Sun, 14 May 2000 17:52:18 -0600
Newsgroups perl.midi
Message-ID <[email protected]>
MIDI-Perl 0.76 is in CPAN now.  Nothing Earth-shattering -- in fact,
I doubt anyone will even notice the change.

The ChangeLog entry explains:

2000-05-14  Sean M. Burke  [email protected]

        * Release 0.76

        * Noting my new email address.
        
        * MIDI::_dump_quote() was a bit over-broad in what string values
        it considered numbers (i.e., what things it didn't have to put
        quotes around).  I've changed it to leave only integers unquoted.
        This shouldn't make any difference really, since if ever any Perl
        code (whether in MIDI-Perl or elsewhere) needs to treat a
        stringified numeral (whether integer or not) as a numeric value,
        conversion is automatic.  Anyhow, almost all (absolutely all?) of
        the actual numeric arguments to MIDI::Event events are integers.



--
Sean M. Burke  [email protected]  http://www.spinn.net/~sburke/