Mac-PopClip-Quick

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

                     "Oschwald's",
                     "PCRE",
                     "PayPal",
                     "Pilotmoon",
                     "PopClip",
                     "Quick",
                     "Rolsky",
                     "Rolsky's",
                     "perlbrew",
                     "plist",
                     "popup",
                     "src"
                  ],
                  "wordlist" : "Pod::Wordlist"
               }
            },
            "name" : "@MAXMIND/Test::PodSpelling",
            "version" : "2.007002"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",

META.yml  view on Meta::CPAN

            - "Oschwald's"
            - PCRE
            - PayPal
            - Pilotmoon
            - PopClip
            - Quick
            - Rolsky
            - "Rolsky's"
            - perlbrew
            - plist
            - popup
            - src
          wordlist: Pod::Wordlist
      name: '@MAXMIND/Test::PodSpelling'
      version: '2.007002'
    -
      class: Dist::Zilla::Plugin::PodSyntaxTests
      name: '@MAXMIND/PodSyntaxTests'
      version: '6.005'
    -
      class: Dist::Zilla::Plugin::RunExtraTests

README.md  view on Meta::CPAN

    open my $fh, ''>>:utf8', "$ENV{HOME}/Dropbox/runlog.txt";
    say $fh strftime("%FT%T",gmtime) . ' ' . popclip_text();

Then install it as a PopClip Extension

    bash$ INSTALL_POPCLIP_EXTENSION=1 ./runlog.pl

# DESCRIPTION

PopClip For Mac is a commercial OS X utility from Pilotmoon Software that
creates little popup menus when you highlight text.  Please see
[http://pilotmoon.com/popclip/](http://pilotmoon.com/popclip/) for more details.

This module make it easier to write PopClip extensions in Perl.  With this
module you can turn a simple Perl script into an installable extension with a
single command.

The resulting extension does not depend on the Mac::PopClip::Quick module, and
can be safely distributed to systems that do not have this module installed.

## Examples

dist.ini  view on Meta::CPAN

dist = Mac-PopClip-Quick
-remove = MAXMIND::Contributors
-remove = Test::CleanNamespaces
-remove = Test::Synopsis
-remove = UploadToCPAN
stopwords = Mac
stopwords = PopClip
stopwords = Quick
stopwords = PCRE
stopwords = perlbrew
stopwords = popup
stopwords = Pilotmoon
stopwords = plist
stopwords = src
stopwords = Apps
stopwords = App
pod_coverage_trustme = Mac::PopClip::Quick::Role::PerlScript => qr/BUILD/

[UploadToCPAN]

lib/Mac/PopClip/Quick.pm  view on Meta::CPAN

   open my $fh, ''>>:utf8', "$ENV{HOME}/Dropbox/runlog.txt";
   say $fh strftime("%FT%T",gmtime) . ' ' . popclip_text();

Then install it as a PopClip Extension

   bash$ INSTALL_POPCLIP_EXTENSION=1 ./runlog.pl

=head1 DESCRIPTION

PopClip For Mac is a commercial OS X utility from Pilotmoon Software that
creates little popup menus when you highlight text.  Please see
L<http://pilotmoon.com/popclip/> for more details.

This module make it easier to write PopClip extensions in Perl.  With this
module you can turn a simple Perl script into an installable extension with a
single command.

The resulting extension does not depend on the Mac::PopClip::Quick module, and
can be safely distributed to systems that do not have this module installed.

=head2 Examples

xt/author/pod-spell.t  view on Meta::CPAN

MaxMind's
Oschwald
Oschwald's
Rolsky
Rolsky's
Mac
PopClip
Quick
PCRE
perlbrew
popup
Pilotmoon
plist
src
Apps
App
Mark
Fowler
mark
lib
Generator



( run in 2.670 seconds using v1.01-cache-2.11-cpan-364913b4093 )