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

Support xclip, fix #9 #10

Closed Freed-Wu closed 1 year ago

rwp0 commented 1 year ago

I think the title could be better desribed as Support xsel rather than xclip since the latter is already supported by the distribution.

Freed-Wu commented 1 year ago

Might add tests here

I am not familiar with unit test of perl :cry: Can you help?

rwp0 commented 1 year ago

Might add tests here

I am not familiar with unit test of perl :cry: Can you help?

You might start by reading the Test::Simple and then Test::More module documentation in Perldoc

shlomif commented 1 year ago

@Freed-Wu : seems mostly fine.