NAME
    WebService::Pastefire - module for using Pastefire.com
SYNOPSIS
        use WebService::Pastefire;
        my $pf = WebService::Pastefire->new(
            username => 'someuser',
            password => 'somepass',
        );
        $pf->paste('PASTE ME!');
DESCRIPTION
    "WebService::Pastefire" is for using Pastefire.com - can send text to
    your iOS devices.
    To specify you and your devices, you need username (= email address) &
    password. You must install Pastefire App to your devices and set the
    same username / password.
    See Pastefire app › Home  for detail setting.
METHODS
    *   new()
        Constructor. "username" & "password" are mandatory.
    *   paste()
        Set text you want paste to a parameter.
AUTHOR
    JINNOUCHI Yasushi 
SEE ALSO
    Pastefire app › Home 
LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.