Skip to content

Commit

Permalink
Add CHANGES and README
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt committed Jun 30, 2016
1 parent 65f3a23 commit f3d5bfc
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Revision history for Perl module Data::IEEE754::Tools.

v0.007
- Start additional features
- #199: working on debug

v0.006 Wed Jun 29
- Full POD; good estimated test coverage

v0.005 Tue Jun 28
- Rework options processing
- Improve POD
- Improve test coverage
- Fix bugs found during test coverage debug

v0.004 Tue Jun 21
- Rename to Data::IEEE754::Tools.pm

v0.003 Tue Jun 21
- First "reasonably functional" version

v0.002 Sat Jun 18
- Convert to Data::IEEE754::Expand.pm
- Add initial error handling

v0.001 Thu May 26
Private (pryrt)
- Initial DataFormatIeee.pl proof-of-concept
19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install


COPYRIGHT AND LICENCE

Copyright (C) 2016 Peter C. Jones

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See L<http://dev.perl.org/licenses/> for more information.

0 comments on commit f3d5bfc

Please sign in to comment.