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

NAME

Image::Randim::Source::Desktoppr - Desktoppr source plugin

SYNOPSIS

  use Image::Randim::Source;
  
  $source = Image::Randim::Source->new;
  $source->set_provider('Desktoppr');
  $image = $source->get_image;

  say $image->url;

DESCRIPTION

You will probably not want to call this directly, and instead ose Image::Randim::Source as described in that class' documentation.

This "plugin" conforms to the Image::Randim::Source::Role and provides access to a random image information from Desktoppr.

AUTHOR

Mark Rushing <mark@orbislumen.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Home Grown Systems, SPC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.