Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Apr 3, 2018
1 parent 96cfa33 commit 35b6d01
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This Build.PL for CGI-Easy-SendFile was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014.
# This Build.PL for CGI-Easy-SendFile was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
use strict;
use warnings;

Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for CGI-Easy-SendFile

{{$NEXT}}

v2.0.1 2018-04-03 20:24:55 EEST
- Reformat doc.

v2.0.0 2016-02-15 23:51:54 EET
Expand Down
11 changes: 6 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"Alex Efros <powerman@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.043, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005",
"generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.011, CPAN::Meta::Converter version 2.150010",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
"version" : "2"
},
"name" : "CGI-Easy-SendFile",
"no_index" : {
Expand All @@ -31,7 +31,7 @@
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.15",
"Dist::Milla" : "v1.0.18",
"Test::Distribution" : "0",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41"
Expand All @@ -56,7 +56,7 @@
"provides" : {
"CGI::Easy::SendFile" : {
"file" : "lib/CGI/Easy/SendFile.pm",
"version" : "v2.0.0"
"version" : "v2.0.1"
}
},
"release_status" : "stable",
Expand All @@ -71,6 +71,7 @@
"web" : "https://github.com/powerman/perl-CGI-Easy-SendFile"
}
},
"version" : "v2.0.0"
"version" : "v2.0.1",
"x_serialization_backend" : "JSON::XS version 3.04"
}

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CGI::Easy::SendFile - send files from CGI to browser

# VERSION

This document describes CGI::Easy::SendFile version v2.0.0
This document describes CGI::Easy::SendFile version v2.0.1

# SYNOPSIS

Expand Down Expand Up @@ -169,11 +169,11 @@ Feel free to fork the repository and submit pull requests.

# AUTHOR

Alex Efros &lt;powerman@cpan.org>
Alex Efros <powerman@cpan.org>

# COPYRIGHT AND LICENSE

This software is Copyright (c) 2009- by Alex Efros &lt;powerman@cpan.org>.
This software is Copyright (c) 2009- by Alex Efros <powerman@cpan.org>.

This is free software, licensed under:

Expand Down
4 changes: 2 additions & 2 deletions lib/CGI/Easy/SendFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use utf8;
use Carp;

our $VERSION = 'v2.0.0';
our $VERSION = 'v2.0.1';

use Export::Attrs;
use List::Util qw( min );
Expand Down Expand Up @@ -110,7 +110,7 @@ CGI::Easy::SendFile - send files from CGI to browser
=head1 VERSION
This document describes CGI::Easy::SendFile version v2.0.0
This document describes CGI::Easy::SendFile version v2.0.1
=head1 SYNOPSIS
Expand Down

0 comments on commit 35b6d01

Please sign in to comment.