Skip to content

Commit

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

diff --git a/Changes b/Changes
index c775e48..a96bf3f 100644
--- a/Changes
+++ b/Changes
@@ -2,5 +2,7 @@ Revision history for Perl extension Test-WWW-Mechanize-Catalyst-WithContext

 {{$NEXT}}

+0.01 2017-02-04T14:24:04Z
+
     - first release
  • Loading branch information
simbabque committed Feb 4, 2017
1 parent 55193b4 commit f26aed2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
12 changes: 2 additions & 10 deletions Changes
Expand Up @@ -2,15 +2,7 @@ Revision history for Perl extension Test-WWW-Mechanize-Catalyst-WithContext

{{$NEXT}}

0.00_03 2017-02-04T13:22:03Z
0.01 2017-02-04T14:24:04Z

- third attempt to release

0.00_02 2017-02-04T13:10:32Z

- second attempt to release

0.00_01 2017-02-03T23:13:32Z

- original version
- first release

2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -72,5 +72,5 @@
"web" : "https://github.com/simbabque/Test-WWW-Mechanize-Catalyst-WithContext"
}
},
"version" : "0.00_03"
"version" : "0.01"
}
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,14 +4,14 @@ Test::WWW::Mechanize::Catalyst::WithContext - T::W::M::C can now give you $c

<div>
<p>
=for html <a href="https://travis-ci.org/simbabque/Test-WWW-Mechanize-Catalyst-WithContext"><img src="https://travis-ci.org/simbabque/Test-WWW-Mechanize-Catalyst-WithContext.svg?branch=master"></a>
<a href="https://travis-ci.org/simbabque/Test-WWW-Mechanize-Catalyst-WithContext"><img src="https://travis-ci.org/simbabque/Test-WWW-Mechanize-Catalyst-WithContext.svg?branch=master"></a>
<a href='https://coveralls.io/github/simbabque/Test-WWW-Mechanize-Catalyst-WithContext?branch=master'><img src='https://coveralls.io/repos/github/simbabque/Test-WWW-Mechanize-Catalyst-WithContext/badge.svg?branch=master' alt='Coverage Status' /></a>
</p>
</div>

# VERSION

Version 0.00\_03
Version 0.01

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Test/WWW/Mechanize/Catalyst/WithContext.pm
Expand Up @@ -7,7 +7,7 @@ use Carp 'croak';
require Catalyst::Test;
extends 'Test::WWW::Mechanize::Catalyst';

our $VERSION = "0.00_03";
our $VERSION = "0.01";
$VERSION = eval $VERSION;

# this stores the ctx_request function as a code reference
Expand Down Expand Up @@ -69,7 +69,7 @@ Test::WWW::Mechanize::Catalyst::WithContext - T::W::M::C can now give you $c
=head1 VERSION
Version 0.00_03
Version 0.01
=head1 SYNOPSIS
Expand Down

0 comments on commit f26aed2

Please sign in to comment.