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

Changes for version 0.010_01 - 2019-10-13

  • Stopgap modifications for macOS 10.15 Catalina.
  • The underlying problem appears to be that copy() does not put stuff on the public pasteboards. It puts it somewhere, though, becase paste() can find it, even if run in a separate process. But paste() also finds stuff put on the pasteboard by pbcopy (1).
  • The above makes no sense to me, but I band-aided it by having copy() spawn pbcopy (1) if POSIX::uname indicates that we are running under Darwin 19 or higher.

Documentation

How to write a droplet.
Manipulate Mac OS X pasteboards/clipboards.

Modules

Manipulate Mac OS X clipboards/pasteboards.