Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.1002. Changelog dif…
Browse files Browse the repository at this point in the history
…f is:

diff --git a/Changes b/Changes
index 64174a0..a76101e 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Tatsumaki

+0.1002  Mon Nov 16 18:03:50 PST 2009
+        - Remove client ID from MXHR example because it's not needed
+        - Specify lowest Mouse deps to make it work
+        - Delay load Text::MicroTemplate so you can use other template engines like TT2 (ingydotnet)
+        - Use Text::MicroTemplate::Extended by default (faultier, typester)
+
 0.1001  Wed Nov 11 23:30:24 PST 2009
         - use Any::Moose: now all deps should run in pure perl, with optional XS speedups
  • Loading branch information
miyagawa committed Nov 17, 2009
1 parent 7801879 commit 4337717
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for Perl extension Tatsumaki

0.1002 Mon Nov 16 18:03:50 PST 2009
- Remove client ID from MXHR example because it's not needed
- Specify lowest Mouse deps to make it work
- Delay load Text::MicroTemplate so you can use other template engines like TT2 (ingydotnet)
- Use Text::MicroTemplate::Extended by default (faultier, typester)

0.1001 Wed Nov 11 23:30:24 PST 2009
- use Any::Moose: now all deps should run in pure perl, with optional XS speedups

Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Expand Up @@ -44,6 +44,8 @@ lib/Tatsumaki/Request.pm
lib/Tatsumaki/Response.pm
lib/Tatsumaki/Server.pm
lib/Tatsumaki/Service.pm
lib/Tatsumaki/Template.pm
lib/Tatsumaki/Template/Micro.pm
Makefile.PL
MANIFEST This list of files
META.yml
Expand Down
2 changes: 1 addition & 1 deletion lib/Tatsumaki.pm
Expand Up @@ -2,7 +2,7 @@ package Tatsumaki;

use strict;
use 5.008_001;
our $VERSION = '0.1001';
our $VERSION = '0.1002';

1;
__END__
Expand Down

0 comments on commit 4337717

Please sign in to comment.