The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.19    2019-01-31

    - Add copy_to_all_selections().
    - Convert Changes to https://metacpan.org/pod/CPAN::Changes .
    - Code cleanups and modernisations.

0.18    2019-01-30

    - Remove a stray .orig script. Teaching me to use git status...
    - Thanks to gregor herrmann .

0.17    2019-01-30

    - Blacklist some Win32 and Mac-only prereqs in dist.ini.
    - Thanks to PERLANCAR .

0.16    2019-01-30

    - Add support for Debian GNU/Hurd ( https://rt.cpan.org/Ticket/Display.html?id=116951 )
    - Fix https://rt.cpan.org/Ticket/Display.html?id=98435 ; CVE-2014-5509
    - clipedit Insecurely used temporary files.

0.15    2019-01-30

    - https://rt.cpan.org/Ticket/Display.html?id=121056
    - Fix for tests with no "." in @INC

0.14    2019-01-30

    - SHLOMIF resumed maintenance
    - Convert to dzil .

0.12    2010-10-11

    - Just added 'dragonfly' OS to recognized list (as *nix type)

0.11    2010-10-07

    - Removed dependency on IO::All, Spiffy and IO::Run (!)
    - Switched Mac from pbcopy shelling to Mac::Pasteboard (Tom Wyant)
    - Improved error handling of Xclip.pm
    - Added at/clipfilter-test

0.10    2010-10-06

    - Correct recognition of Windows in Makefile.PL (Alexandr Ciornii)
    - Makefile.PL version update (Alexandr Ciornii)
    - clipjoin now escapes weechat-type mess, and also now has -q flag.
    - clipbrowse now defaults to chromium-browser.
    - added at/clipjoin-test and at/clipbrowse-test
    - Updating email address and copyright date.
    - Minor text updates here and there.

0.09    2005-10-20

    - Included Anton Berezin's Clipboard::Xclip fix for data that includes \n\n
    - Added scripts/clipfilter (also with Anton's feedback)
    - Removed dependency on IO::All
    - Cheated to make CPAN tests pass (turned 'xclip' dependency into warning).
    The real fix here is probably to Inline::C it - the xclip source is not that
    hard to read and pare down to a minimal set.

0.08    2005-06-21

    - Fixed the MSWin32 OS string.  Oops - I thought it was winSomething
    - Added a few more OS strings
    - clipaccumulate, the most obscure script in the batch!

0.07    2005-06-02

    - fixed stupid typo in clipedit.  Not sure how I let this slip by me. =\

0.06    2005-06-01

    - `editclip`, sure to be a celebrated entry in the world of clipboard editing!
    - Renamed `joinclip` to `clipjoin`, and `browseclip` to `clipbrowse`.  Sorry
    if you already are in the habit of typing the others (I still am).
    - `clipbrowse` now opens URLs into a new tab.