develooper Front page | perl.hwd | Postings from August 2005

0.07_01 has just been released

From:
Andy Lester
Date:
August 17, 2005 13:05
Subject:
0.07_01 has just been released
Message ID:
20050817200452.GC15172@petdance.com
I'm attaching 0.07_01, and it's on the CPAN.  Here's the change log.
That unlink/unlike bug is a doozy, fellas! :-)

xoxo,
Andy


0.07_01 Wed Aug 17 15:03:12 CDT 2005
        [THINGS THAT MIGHT BREAK YOUR CODE]
        * Previously, a task that was added after coding started was
          noted like this:

            --Implement widget (#251, 4hrs, @11/7/05)

          Now, we use the word "added" instead of "@"

            --Implement widget (#251, 4hrs, added 11/7/05)

        [ENHANCEMENTS]
        * Added whitespace to --started output.
        * Gives total points open on --started.

        [FIXES]
        * Fixed potentially destructive bug in a test file:

            unlink($started, qr#Chimp is working on.+ 107 - Refactor \(1/1\)#s);

          That "unlink" is, of course, supposed to be "unlike".  OOPS!

        [INTERNALS]
        * Removed code for handling --detail_level
        * bin/hwd now has no globals.
        * Added many items to TODO list.

-- 
Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About