AnyEvent-XMPP

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

        'Object::Event'      => 0.7,
        # We depend on the same version that AnyEvent recommends.
        # While it does make sense for AnyEvent to not require SSL, it is very
        # very odd to use XMPP without SSL.
        # This should prevent issues like RT#80148
        'Net::SSLeay'        => 1.33,
    },
    dist                => {
       COMPRESS => 'gzip -9f',
       SUFFIX => 'gz',
       PREOP => 'pod2text lib/AnyEvent/XMPP.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
    },
    clean               => { FILES => 'AnyEvent-XMPP-*' },
    META_MERGE          => {
        'meta-spec' => { version => 2 },
        resources => {
            repository => {
                type => 'git',
                url  => 'git://github.com/AnyEvent-XMPP/AnyEvent-XMPP.git',
                web  => 'https://github.com/AnyEvent-XMPP/AnyEvent-XMPP',
            },



( run in 0.396 second using v1.01-cache-2.11-cpan-496ff517765 )