Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.60.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index cdd7ac1..76e79e8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension CGI::Header.

+0.60 (1.00-RC13) Jun 16th, 2013
+
   - Add examples/
   - mv lib/CGI/Header/Apache2.pm examples/lib/CGI/Header/Apache2.pm
   - CGI::Header::Apache2 isn't provided by this distribution.
  • Loading branch information
Ryo Anazawa committed Jun 15, 2013
1 parent 3f7b7df commit 21d7f1a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension CGI::Header.

0.60 (1.00-RC13) Jun 16th, 2013

- Add examples/
- mv lib/CGI/Header/Apache2.pm examples/lib/CGI/Header/Apache2.pm
- CGI::Header::Apache2 isn't provided by this distribution.
Expand Down
6 changes: 5 additions & 1 deletion MANIFEST
@@ -1,5 +1,10 @@
.shipit
Changes
examples/lib/CGI/Header/Apache2.pm
examples/lib/CGI/Simple/Header.pm
examples/lib/CGI/Simple/Header/Adapter.pm
examples/t/cgi_simple_header.t
examples/t/cgi_simple_header_adapter.t
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
Expand All @@ -11,7 +16,6 @@ inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/CGI/Header.pm
lib/CGI/Header/Adapter.pm
lib/CGI/Header/Apache2.pm
Makefile.PL
MANIFEST This list of files
META.yml
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -30,7 +30,7 @@ SYNOPSIS
$header->finalize;

VERSION
This document refers to CGI::Header version 0.59.
This document refers to CGI::Header version 0.60.

DEPENDENCIES
This module is compatible with CGI.pm 3.51 or higher.
Expand Down
4 changes: 2 additions & 2 deletions lib/CGI/Header.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp qw/croak/;

our $VERSION = '0.59';
our $VERSION = '0.60';

sub new {
my ( $class, @args ) = @_;
Expand Down Expand Up @@ -170,7 +170,7 @@ CGI::Header - Handle CGI.pm-compatible HTTP header properties
=head1 VERSION
This document refers to CGI::Header version 0.59.
This document refers to CGI::Header version 0.60.
=head1 DEPENDENCIES
Expand Down

0 comments on commit 21d7f1a

Please sign in to comment.