Skip to content

Commit

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

diff --git a/Changes b/Changes
index 6217c7b..4d5555b 100644
--- a/Changes
+++ b/Changes
@@ -17,6 +17,10 @@ Beyond (unreleased)
       - PSGI support by default
   * Replace Shell::Perl with something based on Eval::WithLexicals.

+0.81 2011-04-27
+  - Slight improvements to Squatting::With::MockRequest were made
+    to facilitate doing static exports of Rhetoric sites.
+
 0.80 2011-04-27
   - [ MAJOR API CHANGE! ]
     - You don't say:  use base 'Squatting' anymore.
  • Loading branch information
beppu committed Apr 27, 2011
1 parent 6230641 commit 07d1e3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -17,6 +17,10 @@ Beyond (unreleased)
- PSGI support by default
* Replace Shell::Perl with something based on Eval::WithLexicals.

0.81 2011-04-27
- Slight improvements to Squatting::With::MockRequest were made
to facilitate doing static exports of Rhetoric sites.

0.80 2011-04-27
- [ MAJOR API CHANGE! ]
- You don't say: use base 'Squatting' anymore.
Expand Down
2 changes: 1 addition & 1 deletion lib/Squatting.pm
Expand Up @@ -11,7 +11,7 @@ use URI::Escape;
use Carp;
use Data::Dump 'pp';

our $VERSION = '0.80';
our $VERSION = '0.81';

require Squatting::Controller;
require Squatting::View;
Expand Down

0 comments on commit 07d1e3f

Please sign in to comment.