diff -Nru libclipboard-perl-0.26/Build.PL libclipboard-perl-0.27/Build.PL --- libclipboard-perl-0.26/Build.PL 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/Build.PL 2021-02-13 18:12:33.000000000 +0000 @@ -1,5 +1,5 @@ -# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.014. +# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild v6.017. use strict; use warnings; @@ -18,7 +18,7 @@ "Shlomi Fish " ], "dist_name" => "Clipboard", - "dist_version" => "0.26", + "dist_version" => "0.27", "license" => "perl", "module_name" => "Clipboard", "recursive_test_files" => 1, diff -Nru libclipboard-perl-0.26/Changes libclipboard-perl-0.27/Changes --- libclipboard-perl-0.26/Changes 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/Changes 2021-02-13 18:12:33.000000000 +0000 @@ -1,3 +1,9 @@ +0.27 2021-02-13 + + - README.md instead of README and INSTALL + - https://github.com/shlomif/Clipboard/issues/5 + - Thanks to https://github.com/mitchblank . + 0.26 2020-05-16 - Try to fix 'Wide character in print' warning with Xclip diff -Nru libclipboard-perl-0.26/debian/changelog libclipboard-perl-0.27/debian/changelog --- libclipboard-perl-0.26/debian/changelog 2020-05-18 16:18:08.000000000 +0000 +++ libclipboard-perl-0.27/debian/changelog 2021-02-15 18:01:49.000000000 +0000 @@ -1,3 +1,11 @@ +libclipboard-perl (0.27-1) unstable; urgency=medium + + * Import upstream version 0.27. + * Update years of upstream and packaging copyright. + * Declare compliance with Debian Policy 4.5.1. + + -- gregor herrmann Mon, 15 Feb 2021 19:01:49 +0100 + libclipboard-perl (0.26-1) unstable; urgency=medium * Bump debhelper-compat to 13. diff -Nru libclipboard-perl-0.26/debian/control libclipboard-perl-0.27/debian/control --- libclipboard-perl-0.26/debian/control 2020-05-18 16:18:08.000000000 +0000 +++ libclipboard-perl-0.27/debian/control 2021-02-15 18:01:49.000000000 +0000 @@ -12,7 +12,7 @@ xauth , xclip , xvfb -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclipboard-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclipboard-perl.git Homepage: https://metacpan.org/release/Clipboard diff -Nru libclipboard-perl-0.26/debian/copyright libclipboard-perl-0.27/debian/copyright --- libclipboard-perl-0.26/debian/copyright 2020-05-18 16:18:08.000000000 +0000 +++ libclipboard-perl-0.27/debian/copyright 2021-02-15 18:01:49.000000000 +0000 @@ -4,11 +4,11 @@ Upstream-Name: Clipboard Files: * -Copyright: 2020, Ryan King +Copyright: 2021, Ryan King License: Artistic or GPL-1+ Files: debian/* -Copyright: 2019-2020, gregor herrmann +Copyright: 2019-2021, gregor herrmann License: Artistic or GPL-1+ License: Artistic diff -Nru libclipboard-perl-0.26/dist.ini libclipboard-perl-0.27/dist.ini --- libclipboard-perl-0.26/dist.ini 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/dist.ini 2021-02-13 18:12:33.000000000 +0000 @@ -1,5 +1,5 @@ name = Clipboard -version = 0.26 +version = 0.27 author = Shlomi Fish license = Perl_5 copyright_holder = Ryan King @@ -27,4 +27,5 @@ Mac::Pasteboard = 0.011 [OSPrereqs / MSWin32] Win32::Clipboard = 0 +[ReadmeMarkdownFromPod] ; [Test::TidyAll] diff -Nru libclipboard-perl-0.26/INSTALL libclipboard-perl-0.27/INSTALL --- libclipboard-perl-0.26/INSTALL 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/INSTALL 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -perl Makefile.PL && make all test && sudo make install -# or, if you aren't rootish: -# perl Makefile.PL PREFIX=~/local && make all test install - -# If you're missing any dependencies, "perl Makefile.PL" will let you know -# (hopefully). Just use "cpan" to install them, and you should be ready to -# go. diff -Nru libclipboard-perl-0.26/lib/Clipboard/MacPasteboard.pm libclipboard-perl-0.27/lib/Clipboard/MacPasteboard.pm --- libclipboard-perl-0.26/lib/Clipboard/MacPasteboard.pm 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/lib/Clipboard/MacPasteboard.pm 2021-02-13 18:12:33.000000000 +0000 @@ -1,5 +1,5 @@ package Clipboard::MacPasteboard; -$Clipboard::MacPasteboard::VERSION = '0.26'; +$Clipboard::MacPasteboard::VERSION = '0.27'; use strict; use warnings; @@ -27,7 +27,7 @@ =head1 VERSION -version 0.26 +version 0.27 =for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan @@ -121,7 +121,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/lib/Clipboard/Win32.pm libclipboard-perl-0.27/lib/Clipboard/Win32.pm --- libclipboard-perl-0.26/lib/Clipboard/Win32.pm 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/lib/Clipboard/Win32.pm 2021-02-13 18:12:33.000000000 +0000 @@ -1,5 +1,5 @@ package Clipboard::Win32; -$Clipboard::Win32::VERSION = '0.26'; +$Clipboard::Win32::VERSION = '0.27'; use strict; use warnings; @@ -25,7 +25,7 @@ =head1 VERSION -version 0.26 +version 0.27 =for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan @@ -119,7 +119,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/lib/Clipboard/Xclip.pm libclipboard-perl-0.27/lib/Clipboard/Xclip.pm --- libclipboard-perl-0.26/lib/Clipboard/Xclip.pm 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/lib/Clipboard/Xclip.pm 2021-02-13 18:12:33.000000000 +0000 @@ -1,5 +1,5 @@ package Clipboard::Xclip; -$Clipboard::Xclip::VERSION = '0.26'; +$Clipboard::Xclip::VERSION = '0.27'; use strict; use warnings; @@ -88,7 +88,7 @@ =head1 VERSION -version 0.26 +version 0.27 =for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan @@ -182,7 +182,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/lib/Clipboard.pm libclipboard-perl-0.27/lib/Clipboard.pm --- libclipboard-perl-0.26/lib/Clipboard.pm 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/lib/Clipboard.pm 2021-02-13 18:12:33.000000000 +0000 @@ -1,5 +1,5 @@ package Clipboard; -$Clipboard::VERSION = '0.26'; +$Clipboard::VERSION = '0.27'; use strict; use warnings; @@ -72,7 +72,7 @@ =head1 VERSION -version 0.26 +version 0.27 =head1 SYNOPSIS @@ -211,7 +211,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/MANIFEST libclipboard-perl-0.27/MANIFEST --- libclipboard-perl-0.26/MANIFEST 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/MANIFEST 2021-02-13 18:12:33.000000000 +0000 @@ -1,13 +1,12 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.014. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017. Build.PL Changes -INSTALL LICENSE MANIFEST MANIFEST.SKIP META.json META.yml -README +README.mkdn at/all at/all-xclip-selections at/clipbrowse-test diff -Nru libclipboard-perl-0.26/META.json libclipboard-perl-0.27/META.json --- libclipboard-perl-0.26/META.json 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/META.json 2021-02-13 18:12:33.000000000 +0000 @@ -4,7 +4,7 @@ "Shlomi Fish " ], "dynamic_config" : 1, - "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010", "keywords" : [ "clipboard", "copy", @@ -60,19 +60,19 @@ "provides" : { "Clipboard" : { "file" : "lib/Clipboard.pm", - "version" : "0.26" + "version" : "0.27" }, "Clipboard::MacPasteboard" : { "file" : "lib/Clipboard/MacPasteboard.pm", - "version" : "0.26" + "version" : "0.27" }, "Clipboard::Win32" : { "file" : "lib/Clipboard/Win32.pm", - "version" : "0.26" + "version" : "0.27" }, "Clipboard::Xclip" : { "file" : "lib/Clipboard/Xclip.pm", - "version" : "0.26" + "version" : "0.27" } }, "release_status" : "stable", @@ -87,10 +87,10 @@ "web" : "https://github.com/shlomif/Clipboard" } }, - "version" : "0.26", + "version" : "0.27", "x_Dist_Zilla" : { "perl" : { - "version" : "5.030002" + "version" : "5.032001" }, "plugins" : [ { @@ -102,12 +102,12 @@ } }, "name" : "@Filter/TestMoreDoneTesting", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@Filter/ExecDir", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::GatherDir", @@ -123,22 +123,22 @@ } }, "name" : "@Filter/GatherDir", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@Filter/ManifestSkip", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@Filter/MetaYAML", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@Filter/PruneCruft", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::RunExtraTests", @@ -153,7 +153,7 @@ { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@Filter/ShareDir", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::CheckChangesHasContent", @@ -163,22 +163,22 @@ { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@Filter/ConfirmRelease", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@Filter/Manifest", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@Filter/MetaConfig", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@Filter/MetaJSON", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::MetaProvides::Package", @@ -188,7 +188,7 @@ { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.014" + "version" : "6.017" } ], "include_underscores" : 0 @@ -200,7 +200,7 @@ "meta_noindex" : 1 }, "Dist::Zilla::Role::ModuleMetadata" : { - "Module::Metadata" : "1.000036", + "Module::Metadata" : "1.000037", "version" : "0.006" } }, @@ -210,7 +210,7 @@ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@Filter/MetaResources", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ModuleBuild", @@ -220,17 +220,17 @@ } }, "name" : "@Filter/ModuleBuild", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@Filter/PkgVersion", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@Filter/PodSyntaxTests", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes", @@ -276,12 +276,12 @@ { "class" : "Dist::Zilla::Plugin::Test::TrailingSpace", "name" : "@Filter/Test::TrailingSpace", - "version" : "0.2.0" + "version" : null }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@Filter/TestRelease", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::PodWeaver", @@ -426,17 +426,17 @@ { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@Filter/UploadToCPAN", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::AutoPrereqs", "name" : "AutoPrereqs", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "ExecDir", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::Keywords", @@ -473,59 +473,69 @@ "version" : "0.011" }, { + "class" : "Dist::Zilla::Plugin::ReadmeMarkdownFromPod", + "config" : { + "Dist::Zilla::Role::FileWatcher" : { + "version" : "0.006" + } + }, + "name" : "ReadmeMarkdownFromPod", + "version" : "0.141140" + }, + { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":IncModules", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExtraTestFiles", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":PerlExecFiles", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":MainModule", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":AllFiles", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":NoFiles", - "version" : "6.014" + "version" : "6.017" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM", - "version" : "6.014" + "version" : "6.017" } ], "zilla" : { @@ -533,11 +543,11 @@ "config" : { "is_trial" : 0 }, - "version" : "6.014" + "version" : "6.017" } }, - "x_generated_by_perl" : "v5.30.2", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.19", + "x_generated_by_perl" : "v5.32.1", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.25", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -Nru libclipboard-perl-0.26/META.yml libclipboard-perl-0.27/META.yml --- libclipboard-perl-0.26/META.yml 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/META.yml 2021-02-13 18:12:33.000000000 +0000 @@ -9,7 +9,7 @@ configure_requires: Module::Build: '0.28' dynamic_config: 1 -generated_by: 'Dist::Zilla version 6.014, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010' keywords: - clipboard - copy @@ -22,16 +22,16 @@ provides: Clipboard: file: lib/Clipboard.pm - version: '0.26' + version: '0.27' Clipboard::MacPasteboard: file: lib/Clipboard/MacPasteboard.pm - version: '0.26' + version: '0.27' Clipboard::Win32: file: lib/Clipboard/Win32.pm - version: '0.26' + version: '0.27' Clipboard::Xclip: file: lib/Clipboard/Xclip.pm - version: '0.26' + version: '0.27' requires: CGI: '0' File::Spec: '0' @@ -44,10 +44,10 @@ bugtracker: https://github.com/shlomif/Clipboard/issues homepage: http://metacpan.org/release/Clipboard repository: git://github.com/shlomif/Clipboard.git -version: '0.26' +version: '0.27' x_Dist_Zilla: perl: - version: '5.030002' + version: '5.032001' plugins: - class: Dist::Zilla::Plugin::Prereqs @@ -56,11 +56,11 @@ phase: test type: requires name: '@Filter/TestMoreDoneTesting' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::ExecDir name: '@Filter/ExecDir' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::GatherDir config: @@ -73,19 +73,19 @@ prune_directory: [] root: . name: '@Filter/GatherDir' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::ManifestSkip name: '@Filter/ManifestSkip' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::MetaYAML name: '@Filter/MetaYAML' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::PruneCruft name: '@Filter/PruneCruft' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::RunExtraTests config: @@ -96,7 +96,7 @@ - class: Dist::Zilla::Plugin::ShareDir name: '@Filter/ShareDir' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::CheckChangesHasContent name: '@Filter/CheckChangesHasContent' @@ -104,19 +104,19 @@ - class: Dist::Zilla::Plugin::ConfirmRelease name: '@Filter/ConfirmRelease' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::Manifest name: '@Filter/Manifest' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::MetaConfig name: '@Filter/MetaConfig' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::MetaJSON name: '@Filter/MetaJSON' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::MetaProvides::Package config: @@ -125,7 +125,7 @@ - class: Dist::Zilla::Plugin::FinderCode name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.014' + version: '6.017' include_underscores: 0 Dist::Zilla::Role::MetaProvider::Provider: $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004' @@ -133,29 +133,29 @@ inherit_version: '1' meta_noindex: '1' Dist::Zilla::Role::ModuleMetadata: - Module::Metadata: '1.000036' + Module::Metadata: '1.000037' version: '0.006' name: '@Filter/MetaProvides::Package' version: '2.004003' - class: Dist::Zilla::Plugin::MetaResources name: '@Filter/MetaResources' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::ModuleBuild config: Dist::Zilla::Role::TestRunner: default_jobs: 1 name: '@Filter/ModuleBuild' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::PkgVersion name: '@Filter/PkgVersion' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@Filter/PodSyntaxTests' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::Test::CPAN::Changes config: @@ -189,11 +189,11 @@ - class: Dist::Zilla::Plugin::Test::TrailingSpace name: '@Filter/Test::TrailingSpace' - version: 0.2.0 + version: ~ - class: Dist::Zilla::Plugin::TestRelease name: '@Filter/TestRelease' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::PodWeaver config: @@ -307,15 +307,15 @@ - class: Dist::Zilla::Plugin::UploadToCPAN name: '@Filter/UploadToCPAN' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::AutoPrereqs name: AutoPrereqs - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::ExecDir name: ExecDir - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::Keywords config: @@ -341,54 +341,61 @@ name: MSWin32 version: '0.011' - + class: Dist::Zilla::Plugin::ReadmeMarkdownFromPod + config: + Dist::Zilla::Role::FileWatcher: + version: '0.006' + name: ReadmeMarkdownFromPod + version: '0.141140' + - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':IncModules' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ExtraTestFiles' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':PerlExecFiles' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':MainModule' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':AllFiles' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: ':NoFiles' - version: '6.014' + version: '6.017' - class: Dist::Zilla::Plugin::FinderCode name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM' - version: '6.014' + version: '6.017' zilla: class: Dist::Zilla::Dist::Builder config: is_trial: '0' - version: '6.014' -x_generated_by_perl: v5.30.2 + version: '6.017' +x_generated_by_perl: v5.32.1 x_serialization_backend: 'YAML::Tiny version 1.73' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -Nru libclipboard-perl-0.26/README libclipboard-perl-0.27/README --- libclipboard-perl-0.26/README 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/README 1970-01-01 00:00:00.000000000 +0000 @@ -1,38 +0,0 @@ -SYNOPSIS - use Clipboard; print Clipboard->paste; Clipboard->copy('foo'); - - Clipboard->cut() is an alias for copy(). copy() is the preferred - method, because we're not really "cutting" anything. - - Also see the scripts: - clipaccumulate - clipbrowse - clipedit - clipfilter - clipjoin - -DESCRIPTION - Who doesn't remember the first time they learned to copy and paste, and - generated an exponentially growing text document? Yes, that's right, - clipboards are magical. - - With Clipboard.pm, this magic is now trivial to access, - in a cross-platform-consistent API, from your Perl code. - -STATUS - Seems to be working well for Linux, OSX, *BSD, and Windows. I use it - every day on Linux, so I think I've got most of the details hammered out - (X selections are kind of weird). Please let me know if you encounter - any problems in your setup. - -AUTHOR - Ryan King - -COPYRIGHT - Copyright (c) 2010. Ryan King. All rights reserved. - - This program is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. - - See http://www.perl.com/perl/misc/Artistic.html - diff -Nru libclipboard-perl-0.26/README.mkdn libclipboard-perl-0.27/README.mkdn --- libclipboard-perl-0.26/README.mkdn 1970-01-01 00:00:00.000000000 +0000 +++ libclipboard-perl-0.27/README.mkdn 2021-02-13 18:12:33.000000000 +0000 @@ -0,0 +1,131 @@ +# NAME + +Clipboard - Copy and paste with any OS + +# VERSION + +version 0.27 + +# SYNOPSIS + + use Clipboard; + print Clipboard->paste; + Clipboard->copy('foo'); + # Same as copy on non-X / non-Xclip systems + Clipboard->copy_to_all_selections('text_to_copy'); + +Clipboard->cut() is an alias for copy(). copy() is the preferred +method, because we're not really "cutting" anything. + +# DESCRIPTION + +Who doesn't remember the first time they learned to copy and paste, and +generated an exponentially growing text document? Yes, that's right, +clipboards are magical. + +With Clipboard.pm, this magic is now trivial to access, +in a cross-platform-consistent API, from your Perl code. + +# STATUS + +Seems to be working well for Linux, OSX, \*BSD, and Windows. I use it +every day on Linux, so I think I've got most of the details hammered out +(X selections are kind of weird). Please let me know if you encounter +any problems in your setup. + +# AUTHOR + +Ryan King + +# COPYRIGHT + +Copyright (c) 2010. Ryan King. All rights reserved. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +See http://www.perl.com/perl/misc/Artistic.html + +# SEE ALSO + +[clipaccumulate(1)](http://man.he.net/man1/clipaccumulate), [clipbrowse(1)](http://man.he.net/man1/clipbrowse), [clipedit(1)](http://man.he.net/man1/clipedit), +[clipfilter(1)](http://man.he.net/man1/clipfilter), [clipjoin(1)](http://man.he.net/man1/clipjoin) + +# SUPPORT + +## Websites + +The following websites have more information about this module, and may be of help to you. As always, +in addition to those websites please use your favorite search engine to discover more resources. + +- MetaCPAN + + A modern, open-source CPAN search engine, useful to view POD in HTML format. + + [https://metacpan.org/release/Clipboard](https://metacpan.org/release/Clipboard) + +- RT: CPAN's Bug Tracker + + The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN. + + [https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard](https://rt.cpan.org/Public/Dist/Display.html?Name=Clipboard) + +- CPANTS + + The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution. + + [http://cpants.cpanauthors.org/dist/Clipboard](http://cpants.cpanauthors.org/dist/Clipboard) + +- CPAN Testers + + The CPAN Testers is a network of smoke testers who run automated tests on uploaded CPAN distributions. + + [http://www.cpantesters.org/distro/C/Clipboard](http://www.cpantesters.org/distro/C/Clipboard) + +- CPAN Testers Matrix + + The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms. + + [http://matrix.cpantesters.org/?dist=Clipboard](http://matrix.cpantesters.org/?dist=Clipboard) + +- CPAN Testers Dependencies + + The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution. + + [http://deps.cpantesters.org/?module=Clipboard](http://deps.cpantesters.org/?module=Clipboard) + +## Bugs / Feature Requests + +Please report any bugs or feature requests by email to `bug-clipboard at rt.cpan.org`, or through +the web interface at [https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard](https://rt.cpan.org/Public/Bug/Report.html?Queue=Clipboard). You will be automatically notified of any +progress on the request by the system. + +## Source Code + +The code is open to the world, and available for you to hack on. Please feel free to browse it and play +with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull +from your repository :) + +[https://github.com/shlomif/Clipboard](https://github.com/shlomif/Clipboard) + + git clone git://github.com/shlomif/Clipboard.git + +# AUTHOR + +Shlomi Fish + +# BUGS + +Please report any bugs or feature requests on the bugtracker website +[https://github.com/shlomif/Clipboard/issues](https://github.com/shlomif/Clipboard/issues) + +When submitting a bug or request, please include a test-file or a +patch to an existing test-file that illustrates the bug or desired +feature. + +# COPYRIGHT AND LICENSE + +This software is copyright (c) 2021 by Ryan King . + +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/scripts/clipaccumulate libclipboard-perl-0.27/scripts/clipaccumulate --- libclipboard-perl-0.26/scripts/clipaccumulate 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/scripts/clipaccumulate 2021-02-13 18:12:33.000000000 +0000 @@ -38,7 +38,7 @@ =head1 VERSION -version 0.26 +version 0.27 =head1 USAGE @@ -170,7 +170,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/scripts/clipbrowse libclipboard-perl-0.27/scripts/clipbrowse --- libclipboard-perl-0.26/scripts/clipbrowse 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/scripts/clipbrowse 2021-02-13 18:12:33.000000000 +0000 @@ -22,7 +22,7 @@ =head1 VERSION -version 0.26 +version 0.27 =head1 USAGE @@ -157,7 +157,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/scripts/clipedit libclipboard-perl-0.27/scripts/clipedit --- libclipboard-perl-0.26/scripts/clipedit 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/scripts/clipedit 2021-02-13 18:12:33.000000000 +0000 @@ -85,7 +85,7 @@ =head1 VERSION -version 0.26 +version 0.27 =head1 MOTIVATION @@ -208,7 +208,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/scripts/clipfilter libclipboard-perl-0.27/scripts/clipfilter --- libclipboard-perl-0.26/scripts/clipfilter 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/scripts/clipfilter 2021-02-13 18:12:33.000000000 +0000 @@ -47,7 +47,7 @@ =head1 VERSION -version 0.26 +version 0.27 =head1 USAGE @@ -180,7 +180,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff -Nru libclipboard-perl-0.26/scripts/clipjoin libclipboard-perl-0.27/scripts/clipjoin --- libclipboard-perl-0.26/scripts/clipjoin 2020-05-16 07:56:36.000000000 +0000 +++ libclipboard-perl-0.27/scripts/clipjoin 2021-02-13 18:12:33.000000000 +0000 @@ -27,7 +27,7 @@ =head1 VERSION -version 0.26 +version 0.27 =head1 MOTIVATION @@ -170,7 +170,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Ryan King . +This software is copyright (c) 2021 by Ryan King . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.