shlomif / Clipboard

Perl / CPAN extension for copying/pasting to the system's Clipboard (X.org / Windows / Mac)
http://metacpan.org/release/Clipboard
Other
6 stars 3 forks source link

Clipboard 0.20 and earlier broken on Macos Catalina #3

Closed lbe closed 4 years ago

lbe commented 4 years ago

Clipboard depends on Mac::Pasteboard for copy/paste functionality on Macos. As of Macos Catalina, Clipboard versions 0.20 and earlier will use any version of Mac::Pasteboard. Mac::Pasteboard versions earlier than 0.011 will not work on Macos Catalina. v0.011 is the fist to support Macos Catalina.

I have submitted Pull Request #2 with the only change of setting a minimum version for Mac::Pasteboard.

shlomif commented 4 years ago

resolved with a fix in the pull-req - closing