Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.45. Changelog diff is:
Browse files Browse the repository at this point in the history
=== Changes
==================================================================
--- Changes	(revision 26032)
+++ Changes	(local)
@@ -1,5 +1,12 @@
 Revision history for Moxy
 
+0.45
+
+    - use HTTP::Engine 0.14
+    - no HTTP::Engine::Compat
+    - added Plugin::StripScripts.
+    - added Plugin::Scrubber.
+
 0.44
 
     - use HTTP::Engine::Compat


git-svn-id: http://svn.coderepos.org/share/lang/perl/Moxy/trunk@18066 d0d07461-0603-4401-acd4-de1884942a52
  • Loading branch information
tokuhirom committed Aug 22, 2008
1 parent d450fb3 commit 2ee24d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Revision history for Moxy

0.45

- use HTTP::Engine 0.14
- no HTTP::Engine::Compat
- added Plugin::StripScripts.
- added Plugin::Scrubber.

0.44

- use HTTP::Engine::Compat
Expand Down
2 changes: 1 addition & 1 deletion lib/Moxy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Class::Component 0.16;

our $VERSION = '0.44';
our $VERSION = '0.45';

use Carp;
use Encode;
Expand Down

0 comments on commit 2ee24d5

Please sign in to comment.