From f22d20e98c483670a6ca542a5f1f267ffe0a836e Mon Sep 17 00:00:00 2001 From: Stephen Nelson Date: Wed, 21 Aug 2013 20:51:06 -0700 Subject: [PATCH] Moved change log to "Changes" file --- Changes | 23 +++++++++++++++++++++++ lib/Convert/BinHex.pm | 37 ++----------------------------------- 2 files changed, 25 insertions(+), 35 deletions(-) create mode 100644 Changes diff --git a/Changes b/Changes new file mode 100644 index 0000000..df2c17e --- /dev/null +++ b/Changes @@ -0,0 +1,23 @@ +* Version 1.118 + + - Ready to go public (with Paul's version, patched for native Mac support)! + - Warnings have been suppressed in a few places where undefined values +appear. + +* Version 1.115 + + - Fixed another bug in comp2bin, related to the MARK falling on a +boundary between inputs. Added testing code. + +* Version 1.114: + + - Added BIN-to-HEX conversion. Eh. It's a start. + - Also, a lot of documentation additions and cleanups. + - Some methods were also renamed. + +* Version 1.103: + - Fixed bug in decompression (wasn't saving last character). + - Fixed "NoComment" bug. + +* Version 1.102: + - Initial release. diff --git a/lib/Convert/BinHex.pm b/lib/Convert/BinHex.pm index 0b79dca..9a9b016 100644 --- a/lib/Convert/BinHex.pm +++ b/lib/Convert/BinHex.pm @@ -1652,43 +1652,10 @@ a non-Mac system, you probably want to do this to the data: foreach ($HQX->read_data) { s/\r/\n/g; print } -=head1 CHANGE LOG - -Current version: $Id: BinHex.pm,v 1.119 1997/06/28 05:12:42 eryq Exp $ - -=over 4 - -=item Version 1.118 - -Ready to go public (with Paul's version, patched for native Mac support)! -Warnings have been suppressed in a few places where undefined values -appear. - -=item Version 1.115 - -Fixed another bug in comp2bin, related to the MARK falling on a -boundary between inputs. Added testing code. - -=item Version 1.114 - -Added BIN-to-HEX conversion. Eh. It's a start. -Also, a lot of documentation additions and cleanups. -Some methods were also renamed. - -=item Version 1.103 - -Fixed bug in decompression (wasn't saving last character). -Fixed "NoComment" bug. - -=item Version 1.102 - -Initial release. - -=back - - =head1 AUTHOR AND CREDITS +Maintained by Stephen Nelson + Written by Eryq, F / F Support for native-Mac conversion, I invaluable contributions in