AnyEvent-WebService-Notifo

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "AnyEvent-powered client for the notifo.com API",
   "author" : [
      "Pedro Melo <melo@simplicidade.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.102341, CPAN::Meta::Converter version 2.101670",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },

META.yml  view on Meta::CPAN

---
abstract: 'AnyEvent-powered client for the notifo.com API'
author:
  - 'Pedro Melo <melo@simplicidade.org>'
build_requires: {}
configure_requires:
  ExtUtils::MakeMaker: 6.31
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.102341, CPAN::Meta::Converter version 2.101670'
license: artistic_2
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: AnyEvent-WebService-Notifo

Makefile.PL  view on Meta::CPAN

use warnings;



use ExtUtils::MakeMaker 6.31;



my %WriteMakefileArgs = (
  'ABSTRACT' => 'AnyEvent-powered client for the notifo.com API',
  'AUTHOR' => 'Pedro Melo <melo@simplicidade.org>',
  'BUILD_REQUIRES' => {},
  'CONFIGURE_REQUIRES' => {
    'ExtUtils::MakeMaker' => '6.31'
  },
  'DISTNAME' => 'AnyEvent-WebService-Notifo',
  'EXE_FILES' => [],
  'LICENSE' => 'artistic_2',
  'NAME' => 'AnyEvent::WebService::Notifo',
  'PREREQ_PM' => {
    'AnyEvent::HTTP' => '0',

dist.ini  view on Meta::CPAN

name    = AnyEvent-WebService-Notifo
author  = Pedro Melo <melo@simplicidade.org>
license = Artistic_2_0
copyright_holder = Pedro Melo
copyright_year   = 2010
 
[@Classic]
[InstallGuide]
[MetaJSON]

[MetaResources]
repository.url    = http://github.com/melo/anyevent-webservice-notifo.git

lib/AnyEvent/WebService/Notifo.pm  view on Meta::CPAN

L<< Protocol::Notifo->send_notification()|Protocol::Notifo/send_notification >>
for list of parameters that this method accepts, and an explanation of
the response that the callback receives.

=head1 SEE ALSO

L<Protocol::Notifo>, L<AnyEvent>

=head1 AUTHOR

Pedro Melo <melo@simplicidade.org>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2010 by Pedro Melo.

This is free software, licensed under:

  The Artistic License 2.0

=cut



( run in 0.340 second using v1.01-cache-2.11-cpan-de7293f3b23 )