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 Palm::Progect.

[1.0.2] 2001/09/29
    - progconv couldn't handle paths with dots in them (thanks to Kris Gale
      for the bugreport and patch)
    - don't ignore lines that start with # when they are within
      a multi-line field (i.e. a note)

[1.0.1] 2001/07/24
    - Notes were not being imported/exported properly (thanks to
      Alain Mellan for the bugreport and patch)
    - Fixed string packing/unpacking for 5.005 and 5.6.1

[1.0.0] 2001/07/22
    - Released! Available on http://www.occamstoothbrush.com/perl

[0.9.4] 2001/07/22
    - Tidied up docs, added examples
    - Added Readme

[0.9.3] 2001/07/22
    - removed vestiges of Andrew Arensburger's code from Palm::Progect
      (I had originally used Palm::Mail as a template for Palm::Progect)
    - added dual GPL/Artistic license
    - renamed Rebuild_Relationships to Repair_Tree (since it's similar
      to the function of that name in Progect itself)

[0.9.2] 2001/07/21
    - realized multi-line descriptions not supported in Progect.
      They were buggy anyways, so removed mention of them from the docs.

[0.9.1] 2001/07/21
    - added tests
    - fixed all the bugs that the tests revealed :)
    - added changelog

[0.9.0] 2001/07/20
    - used h2xs to make proper Perl CPAN-style package
    - started to make both Palm::Progect and progconv safe under perl -w

[0.2.1] 2001/07/15
    - improved docs
    - added csv command-line switches
    - fixed bugs

[0.2.0] 2001/07/14
    - text import done
    - added csv import/export
    - feature complete

[0.1.0] 2001/07/12
    - Palm::Progect done, file format mostly sussed
    - text export done