Revision history for Term-Sk

0.01    20 Jun 2009
        First version, released on an unsuspecting world.

0.02    24 Nov 2009
        make option {quiet => !-t STDOUT} the default
        make option {pdisp => '!'} meaningless, i.e. always use "#" to
          display the progress bar

0.03    22 Jan 2010
        add code to detect $ENV{TERM_SK_OUTPUT} to connect to, in which case {quiet =>...} is ignored
        add Build.PL
        add Sidenotes.pod
        make new() die on errors
        add "use IO::Handle" and replace "local $| = 1;" by "IO::Handle::flush();"