Skip to content

Commit

Permalink
Updated Dist::Zilla
Browse files Browse the repository at this point in the history
  • Loading branch information
creaktive committed Jan 13, 2014
1 parent 7bea7bf commit c557e64
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.pod
@@ -1,14 +1,14 @@
=pod

=encoding utf8
=encoding UTF-8

=head1 NAME

AnyEvent::Net::Curl::Queued - Moo wrapper for queued downloads via Net::Curl & AnyEvent

=head1 VERSION

version 0.046
version 0.047

=head1 SYNOPSIS

Expand Down Expand Up @@ -378,6 +378,7 @@ Process queue.

=for Pod::Coverage BUILD
BUILDARGS
has_watchdog

=head1 CAVEAT

Expand Down Expand Up @@ -421,8 +422,9 @@ Stanislaw Pusep <stas@sysd.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Stanislaw Pusep.
This software is copyright (c) 2014 by Stanislaw Pusep.

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

=cut
3 changes: 1 addition & 2 deletions dist.ini
Expand Up @@ -2,11 +2,10 @@ name = AnyEvent-Net-Curl-Queued
author = Stanislaw Pusep <stas@sysd.org>
license = Perl_5
copyright_holder = Stanislaw Pusep
copyright_year = 2013
copyright_year = 2014

; authordep Perl::Critic::Policy::Modules::ProhibitModuleShebang
; authordep Pod::Elemental::Transformer::List
; authordep Pod::Weaver::Plugin::Encoding

[@Git]
[@Basic]
Expand Down
1 change: 1 addition & 0 deletions lib/AnyEvent/Net/Curl/Queued.pm
Expand Up @@ -346,6 +346,7 @@ has watchdog => (is => 'ro', isa => AnyOf[ArrayRef, Object], writer => 'set_w
=for Pod::Coverage
BUILD
BUILDARGS
has_watchdog
=cut

sub BUILD {
Expand Down
1 change: 1 addition & 0 deletions lib/AnyEvent/Net/Curl/Queued/Multi.pm
Expand Up @@ -87,6 +87,7 @@ has timeout => (is => 'ro', isa => Num, default => sub { 60.0 });
=for Pod::Coverage
BUILD
BUILDARGS
has_timer
=cut

sub BUILD {
Expand Down
3 changes: 0 additions & 3 deletions weaver.ini
@@ -1,8 +1,5 @@
[@Default]

[-Encoding]
encoding = utf8

[-Transformer]
transformer = List

Expand Down

0 comments on commit c557e64

Please sign in to comment.