[libmagpie-perl] 06/09: Imported Upstream version 1.140260

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 19:30:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmagpie-perl.

commit ec16bdb251e47ae227c7b6b77fe43b985f1f62e1
Merge: f5dcb2b 4c9ee0f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jan 27 20:16:05 2014 +0100

    Imported Upstream version 1.140260

 META.yml                                     |  3 ++-
 Makefile.PL                                  |  3 ++-
 README                                       |  2 +-
 dist.ini                                     |  1 +
 lib/Magpie.pm                                |  4 ++--
 lib/Magpie/Breadboard.pm                     |  4 ++--
 lib/Magpie/Component.pm                      |  4 ++--
 lib/Magpie/Component/ContentCache.pm         |  4 ++--
 lib/Magpie/ConfigReader/XML.pm               |  7 ++++---
 lib/Magpie/Constants.pm                      |  4 ++--
 lib/Magpie/Dispatcher/Env.pm                 |  4 ++--
 lib/Magpie/Dispatcher/RequestMethod.pm       |  4 ++--
 lib/Magpie/Dispatcher/RequestParam.pm        |  4 ++--
 lib/Magpie/Error.pm                          |  4 ++--
 lib/Magpie/Error/Simplified.pm               |  4 ++--
 lib/Magpie/Event.pm                          |  9 +++++----
 lib/Magpie/Event/Symbol.pm                   |  4 ++--
 lib/Magpie/Intro.pod                         |  2 +-
 lib/Magpie/Machine.pm                        |  4 ++--
 lib/Magpie/Manual/Config.pod                 |  2 +-
 lib/Magpie/Matcher.pm                        |  4 ++--
 lib/Magpie/Plugin/DBI.pm                     |  4 ++--
 lib/Magpie/Plugin/Resource/Cache.pm          |  4 ++--
 lib/Magpie/Plugin/URITemplate.pm             |  4 ++--
 lib/Magpie/Resource.pm                       |  4 ++--
 lib/Magpie/Resource/Abstract.pm              |  4 ++--
 lib/Magpie/Resource/DBIC.pm                  |  9 +++++----
 lib/Magpie/Resource/DBIxClass.pm             |  6 +++---
 lib/Magpie/Resource/File.pm                  |  4 ++--
 lib/Magpie/Resource/Kioku.pm                 | 20 +++++++++++++++-----
 lib/Magpie/SymbolTable.pm                    |  4 ++--
 lib/Magpie/Transformer.pm                    |  4 ++--
 lib/Magpie/Transformer/JSON.pm               |  4 ++--
 lib/Magpie/Transformer/Middleware.pm         |  4 ++--
 lib/Magpie/Transformer/ServiceUnavailable.pm |  4 ++--
 lib/Magpie/Transformer/TT2.pm                |  7 ++++---
 lib/Magpie/Transformer/XSLT.pm               |  4 ++--
 lib/Magpie/Transformer/XSP.pm                |  4 ++--
 lib/Magpie/Types.pm                          |  9 +++++----
 lib/Magpie/Util.pm                           |  4 ++--
 lib/Plack/Middleware/Magpie.pm               |  8 ++++++--
 41 files changed, 109 insertions(+), 87 deletions(-)

diff --cc META.yml
index dcf04bf,0000000..d9ab0ed
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,42 -1,0 +1,43 @@@
 +---
 +abstract: 'Pipelined State Machine Plack Middleware Framework'
 +author:
 +  - 'Kip Hampton <kip.hampton at tamarou.com>'
 +  - 'Chris Prather <chris.prather at tamarou.com>'
 +build_requires:
 +  HTTP::Request::Common: 6.02
 +  Test::Requires: 0
 +  Test::Simple: 0.98
 +configure_requires:
 +  ExtUtils::MakeMaker: 6.30
 +dynamic_config: 0
 +generated_by: 'Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921'
 +license: perl
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
 +  version: 1.4
 +name: Magpie
 +recommends:
 +  CHI: 0.50
 +  JSON::Any: 1.29
 +  KiokuDB: 0.52
 +  KiokuDB::Backend::DBI: 1.21
 +  KiokuX::Model: 0.02
 +  XML::LibXML: 1.90
 +requires:
 +  Bread::Board: 0.25
 +  Carp: 1.24
++  Class::Load: 0.20
 +  Data::Printer: 0
 +  HTTP::Negotiate: 6.00
 +  HTTP::Throwable: 0.016
 +  Moose: 2.0402
 +  MooseX::Role::Parameterized: 0
 +  MooseX::Traits: 0.11
 +  MooseX::Types::Path::Class: 0.05
 +  Plack: 0.9985
 +  Scalar::Util: 1.23
 +  Try::Tiny: 0.11
 +  URI: 1.59
 +resources:
 +  repository: git://github.com/tamarou/magpie.git
- version: 1.131380
++version: 1.140260
diff --cc Makefile.PL
index bdc5163,0000000..dee4eb5
mode 100644,000000..100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@@ -1,67 -1,0 +1,68 @@@
 +
 +use strict;
 +use warnings;
 +
 +
 +
 +use ExtUtils::MakeMaker 6.30;
 +
 +
 +
 +my %WriteMakefileArgs = (
 +  "ABSTRACT" => "Pipelined State Machine Plack Middleware Framework",
 +  "AUTHOR" => "Kip Hampton <kip.hampton\@tamarou.com>, Chris Prather <chris.prather\@tamarou.com>",
 +  "BUILD_REQUIRES" => {
 +    "HTTP::Request::Common" => "6.02",
 +    "Test::Requires" => 0,
 +    "Test::Simple" => "0.98"
 +  },
 +  "CONFIGURE_REQUIRES" => {
 +    "ExtUtils::MakeMaker" => "6.30"
 +  },
 +  "DISTNAME" => "Magpie",
 +  "EXE_FILES" => [],
 +  "LICENSE" => "perl",
 +  "NAME" => "Magpie",
 +  "PREREQ_PM" => {
 +    "Bread::Board" => "0.25",
 +    "Carp" => "1.24",
++    "Class::Load" => "0.20",
 +    "Data::Printer" => 0,
 +    "HTTP::Negotiate" => "6.00",
 +    "HTTP::Throwable" => "0.016",
 +    "Moose" => "2.0402",
 +    "MooseX::Role::Parameterized" => 0,
 +    "MooseX::Traits" => "0.11",
 +    "MooseX::Types::Path::Class" => "0.05",
 +    "Plack" => "0.9985",
 +    "Scalar::Util" => "1.23",
 +    "Try::Tiny" => "0.11",
 +    "URI" => "1.59"
 +  },
-   "VERSION" => "1.131380",
++  "VERSION" => "1.140260",
 +  "test" => {
 +    "TESTS" => "t/*.t t/config/*.t t/core/*.t t/plugins/*.t t/resources/*.t t/transformers/*.t"
 +  }
 +);
 +
 +
 +unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
 +  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
 +  my $pp = $WriteMakefileArgs{PREREQ_PM};
 +  for my $mod ( keys %$br ) {
 +    if ( exists $pp->{$mod} ) {
 +      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
 +    }
 +    else {
 +      $pp->{$mod} = $br->{$mod};
 +    }
 +  }
 +}
 +
 +delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
 +  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 +
 +WriteMakefile(%WriteMakefileArgs);
 +
 +
 +
diff --cc README
index cda5167,0000000..65cf6ea
mode 100644,000000..100644
--- a/README
+++ b/README
@@@ -1,13 -1,0 +1,13 @@@
 +
 +
 +This archive contains the distribution Magpie,
- version 1.131380:
++version 1.140260:
 +
 +  Pipelined State Machine Plack Middleware Framework
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +
diff --cc lib/Magpie.pm
index 54c7d40,8644b02..eec08ea
--- a/lib/Magpie.pm
+++ b/lib/Magpie.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie;
 +{
-   $Magpie::VERSION = '1.131380';
++  $Magpie::VERSION = '1.140260';
 +}
  use Moose;
  
  # ABSTRACT: Pipelined State Machine Plack Middleware Framework
@@@ -11,14 -8,6 +11,14 @@@
  
  =pod
  
 +=head1 NAME
 +
 +Magpie - Pipelined State Machine Plack Middleware Framework
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  =head1 SYNOPSIS
  
    -----
diff --cc lib/Magpie/Breadboard.pm
index 2d01242,a6dd04f..9cdba8a
--- a/lib/Magpie/Breadboard.pm
+++ b/lib/Magpie/Breadboard.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Breadboard;
 +{
-   $Magpie::Breadboard::VERSION = '1.131380';
++  $Magpie::Breadboard::VERSION = '1.140260';
 +}
  use Moose;
  
  # ABSTRACT: Bread::Board Container For Pipeline Assets
@@@ -87,38 -84,3 +87,38 @@@ sub resolve_asset 
  # SEEALSO: Magpie, Bread::Board
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Breadboard - Bread::Board Container For Pipeline Assets
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Component.pm
index 9a2d904,52b8744..a2252ea
--- a/lib/Magpie/Component.pm
+++ b/lib/Magpie/Component.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Component;
 +{
-   $Magpie::Component::VERSION = '1.131380';
++  $Magpie::Component::VERSION = '1.140260';
 +}
  
  # ABSTRACT: Base Class For All Magpie Pipeline Components
  use Moose;
@@@ -61,40 -58,4 +61,40 @@@ sub init_symbols 
  # SEEALSO: Magpie, Magpie::Resource, Magpie::Transformer
  
  1;
 +
 +
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Component - Base Class For All Magpie Pipeline Components
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
  __END__
diff --cc lib/Magpie/Component/ContentCache.pm
index 750bc9f,336e8f1..9759a65
--- a/lib/Magpie/Component/ContentCache.pm
+++ b/lib/Magpie/Component/ContentCache.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Component::ContentCache;
 +{
-   $Magpie::Component::ContentCache::VERSION = '1.131380';
++  $Magpie::Component::ContentCache::VERSION = '1.140260';
 +}
  # ABSTRACT: Internally added content cache component
  
  use Moose;
@@@ -38,38 -35,3 +38,38 @@@ sub cache_content 
  # SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Component::ContentCache - Internally added content cache component
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/ConfigReader/XML.pm
index 39fa52f,017e938..03722f5
--- a/lib/Magpie/ConfigReader/XML.pm
+++ b/lib/Magpie/ConfigReader/XML.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::ConfigReader::XML;
 +{
-   $Magpie::ConfigReader::XML::VERSION = '1.131380';
++  $Magpie::ConfigReader::XML::VERSION = '1.140260';
 +}
  #ABSTRACT: Magpie Configuration via XML
  
  use Moose;
@@@ -399,38 -397,3 +400,38 @@@ sub random_string 
  # SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::ConfigReader::XML - Magpie Configuration via XML
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Constants.pm
index 335d6ec,d37e7c2..6aeaef9
--- a/lib/Magpie/Constants.pm
+++ b/lib/Magpie/Constants.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Constants;
 +{
-   $Magpie::Constants::VERSION = '1.131380';
++  $Magpie::Constants::VERSION = '1.140260';
 +}
  
  # ABSTRACT: Common Handler Control Constants;
  
@@@ -39,40 -36,4 +39,40 @@@ use Sub::Exporter -setup => 
  # SEEALSO: Magpie, Magpie::Component, Magpie::Event
  
  1;
 +
 +
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Constants - Common Handler Control Constants;
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
  __END__
diff --cc lib/Magpie/Dispatcher/Env.pm
index 2c9846e,3bfb4e4..75bcc02
--- a/lib/Magpie/Dispatcher/Env.pm
+++ b/lib/Magpie/Dispatcher/Env.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Dispatcher::Env;
 +{
-   $Magpie::Dispatcher::Env::VERSION = '1.131380';
++  $Magpie::Dispatcher::Env::VERSION = '1.140260';
 +}
  #ABSTRACT: INCOMPLETE - Placeholder for future Dispatcher Role
  
  use Moose::Role;
@@@ -30,42 -27,7 +30,42 @@@ sub load_queue 
  
  1;
  
 -__END__
 +
 +
  =pod
  
 -#SEEALSO: Magpie
 +=head1 NAME
 +
 +Magpie::Dispatcher::Env - INCOMPLETE - Placeholder for future Dispatcher Role
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +#SEEALSO: Magpie
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
 +__END__
diff --cc lib/Magpie/Dispatcher/RequestMethod.pm
index f4e5596,89355b1..3e87663
--- a/lib/Magpie/Dispatcher/RequestMethod.pm
+++ b/lib/Magpie/Dispatcher/RequestMethod.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Dispatcher::RequestMethod;
 +{
-   $Magpie::Dispatcher::RequestMethod::VERSION = '1.131380';
++  $Magpie::Dispatcher::RequestMethod::VERSION = '1.140260';
 +}
  #ABSTRACT: INCOMPLETE - Placeholder for future Dispatcher Role
  use Moose::Role;
  use Magpie::Constants;
@@@ -18,42 -15,7 +18,42 @@@ sub load_queue 
  
  1;
  
 -__END__
 +
 +
  =pod
  
 +=head1 NAME
 +
 +Magpie::Dispatcher::RequestMethod - INCOMPLETE - Placeholder for future Dispatcher Role
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  #SEEALSO: Magpie
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
 +__END__
diff --cc lib/Magpie/Dispatcher/RequestParam.pm
index 319ca78,3699be8..04d610a
--- a/lib/Magpie/Dispatcher/RequestParam.pm
+++ b/lib/Magpie/Dispatcher/RequestParam.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Dispatcher::RequestParam;
 +{
-   $Magpie::Dispatcher::RequestParam::VERSION = '1.131380';
++  $Magpie::Dispatcher::RequestParam::VERSION = '1.140260';
 +}
  use MooseX::Role::Parameterized;
  
  # ABSTRACT: Request Parameter Dispatcher
@@@ -43,41 -40,5 +43,41 @@@ sub load_queue 
  }
  
  1;
 +
 +
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Dispatcher::RequestParam - Request Parameter Dispatcher
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
  __END__
  
diff --cc lib/Magpie/Error.pm
index e07a470,6b738be..cae6614
--- a/lib/Magpie/Error.pm
+++ b/lib/Magpie/Error.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Error;
 +{
-   $Magpie::Error::VERSION = '1.131380';
++  $Magpie::Error::VERSION = '1.140260';
 +}
  use Moose;
  extends 'HTTP::Throwable::Factory';
  
@@@ -19,38 -16,4 +19,38 @@@ sub extra_roles 
  }
  
  
 -1;
 +1;
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Error
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Error/Simplified.pm
index a3c987b,508f085..10b9bd9
--- a/lib/Magpie/Error/Simplified.pm
+++ b/lib/Magpie/Error/Simplified.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Error::Simplified;
 +{
-   $Magpie::Error::Simplified::VERSION = '1.131380';
++  $Magpie::Error::Simplified::VERSION = '1.140260';
 +}
  use Moose::Role;
  
  # A simple role to work around HTTP::Throwable's over-helpfulness
@@@ -17,38 -14,4 +17,38 @@@ sub body_headers 
  
  sub as_string { shift->body }
  
 -1;
 +1;
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Error::Simplified
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Event.pm
index cf440ad,090e307..dee9f31
--- a/lib/Magpie/Event.pm
+++ b/lib/Magpie/Event.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Event;
 +{
-   $Magpie::Event::VERSION = '1.131380';
++  $Magpie::Event::VERSION = '1.140260';
 +}
  # ABSTRACT: Core Event Role Shared By All Magpie Classes
  use Moose::Role;
  
@@@ -591,38 -589,3 +592,38 @@@ sub run 
  # SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Event - Core Event Role Shared By All Magpie Classes
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Event/Symbol.pm
index 4134b97,c5035ab..ca4293c
--- a/lib/Magpie/Event/Symbol.pm
+++ b/lib/Magpie/Event/Symbol.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Event::Symbol;
 +{
-   $Magpie::Event::Symbol::VERSION = '1.131380';
++  $Magpie::Event::Symbol::VERSION = '1.140260';
 +}
  
  # ABSTRACT: Role implementing the common symbol table interface.
  use Moose::Role;
@@@ -94,38 -91,3 +94,38 @@@ sub _qualify_symbol_name 
  # SEEALSO: Magpie, Magpie::SymbolTable
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Event::Symbol - Role implementing the common symbol table interface.
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Intro.pod
index 30418e0,e1a8ce9..7e1da77
--- a/lib/Magpie/Intro.pod
+++ b/lib/Magpie/Intro.pod
@@@ -2,18 -2,8 +2,18 @@@ package Magpie::Intro
  
  # ABSTRACT: Introduction to the whys and wherefores of Magpie
  
 +
 +__END__
  =pod
  
 +=head1 NAME
 +
 +Magpie::Intro - Introduction to the whys and wherefores of Magpie
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  =head1 Introduction to Magpie
  
  This document introduces the underlying concepts that inform Magpie's design. For a more practical how-to, see ***link***.
diff --cc lib/Magpie/Machine.pm
index 881a35c,840a2e0..efb4cd9
--- a/lib/Magpie/Machine.pm
+++ b/lib/Magpie/Machine.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Machine;
 +{
-   $Magpie::Machine::VERSION = '1.131380';
++  $Magpie::Machine::VERSION = '1.140260';
 +}
  use Moose;
  extends 'Magpie::Component';
  use Magpie::Constants;
@@@ -34,38 -31,3 +34,38 @@@ sub pipeline 
  # SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Machine - Event Class For Creating Magpie Pipelines
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Manual/Config.pod
index 393226b,e63def1..d1f5456
--- a/lib/Magpie/Manual/Config.pod
+++ b/lib/Magpie/Manual/Config.pod
@@@ -2,19 -2,8 +2,19 @@@ package Magpie::Manual::Config
  
  # ABSTRACT Configuring your Magpie applications
  
 +
 +
 +
  =pod
  
 +=head1 NAME
 +
 +Magpie::Manual::Config
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  =head1 Perl DSL
  
  =head1 XML Configuration
diff --cc lib/Magpie/Matcher.pm
index f56a17b,971e97a..0d07aae
--- a/lib/Magpie/Matcher.pm
+++ b/lib/Magpie/Matcher.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Matcher;
 +{
-   $Magpie::Matcher::VERSION = '1.131380';
++  $Magpie::Matcher::VERSION = '1.140260';
 +}
  #ABSTRACT: Multi-purpose Dispatcher Magic
  
  use Moose;
@@@ -118,38 -115,3 +118,38 @@@ sub construct_pipeline 
  #SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Matcher - Multi-purpose Dispatcher Magic
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Plugin/DBI.pm
index f99747b,a962e33..4bab070
--- a/lib/Magpie/Plugin/DBI.pm
+++ b/lib/Magpie/Plugin/DBI.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Plugin::DBI;
 +{
-   $Magpie::Plugin::DBI::VERSION = '1.131380';
++  $Magpie::Plugin::DBI::VERSION = '1.140260';
 +}
  use Moose::Role;
  
  # ABSTRACT: A simple Role for dealing with DBI-backed assets;
@@@ -83,38 -80,3 +83,38 @@@ sub _build_data_source 
  
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Plugin::DBI - A simple Role for dealing with DBI-backed assets;
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Plugin/Resource/Cache.pm
index 82f2ef5,fae1be0..7b823bd
--- a/lib/Magpie/Plugin/Resource/Cache.pm
+++ b/lib/Magpie/Plugin/Resource/Cache.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Plugin::Resource::Cache;
 +{
-   $Magpie::Plugin::Resource::Cache::VERSION = '1.131380';
++  $Magpie::Plugin::Resource::Cache::VERSION = '1.140260';
 +}
  use Moose::Role;
  
  # ABSTRACT: A Role to add Caching to a Resource;
@@@ -54,38 -51,3 +54,38 @@@ after [qw(add_dependency delete_depende
  };
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Plugin::Resource::Cache - A Role to add Caching to a Resource;
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Plugin/URITemplate.pm
index 95eac5a,b4218be..50c5505
--- a/lib/Magpie/Plugin/URITemplate.pm
+++ b/lib/Magpie/Plugin/URITemplate.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Plugin::URITemplate;
 +{
-   $Magpie::Plugin::URITemplate::VERSION = '1.131380';
++  $Magpie::Plugin::URITemplate::VERSION = '1.140260';
 +}
  use Moose::Role;
  #
  # ABSTRACT: A Role to add URI Template-like path variable capture;
@@@ -103,38 -100,3 +103,38 @@@ sub process_template 
  no Moose::Role;
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Plugin::URITemplate - A Role to add URI Template-like path variable capture;
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Resource.pm
index af9f700,e60e750..cd68cfb
--- a/lib/Magpie/Resource.pm
+++ b/lib/Magpie/Resource.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Resource;
 +{
-   $Magpie::Resource::VERSION = '1.131380';
++  $Magpie::Resource::VERSION = '1.140260';
 +}
  
  # ABSTRACT: Abstract base class for all resource types;
  
@@@ -127,17 -124,7 +127,17 @@@ sub get_entity_id 
  
  1;
  
 -__END__
 +
 +
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Resource - Abstract base class for all resource types;
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
  
  =head1 DESCRIPTION
  
diff --cc lib/Magpie/Resource/Abstract.pm
index eb1dadb,e2af617..a5073b2
--- a/lib/Magpie/Resource/Abstract.pm
+++ b/lib/Magpie/Resource/Abstract.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Resource::Abstract;
 +{
-   $Magpie::Resource::Abstract::VERSION = '1.131380';
++  $Magpie::Resource::Abstract::VERSION = '1.140260';
 +}
  
  # ABSTRACT: INCOMPLETE - Default Resource class.
  
@@@ -41,39 -38,4 +41,39 @@@ sub PUT 
  
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::Abstract - INCOMPLETE - Default Resource class.
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  # SEALSO: Magpie, Magpie::Resource
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
 +__END__
 +
diff --cc lib/Magpie/Resource/DBIC.pm
index 205e494,4d112d3..e210b36
--- a/lib/Magpie/Resource/DBIC.pm
+++ b/lib/Magpie/Resource/DBIC.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Resource::DBIC;
 +{
-   $Magpie::Resource::DBIC::VERSION = '1.131380';
++  $Magpie::Resource::DBIC::VERSION = '1.140260';
 +}
  
  # ABSTRACT: Resource implementation for DBIx::Class ResultSources.
  
@@@ -277,9 -275,6 +278,9 @@@ sub DELETE 
  
  
  package MagpieGenericWrapper;
 +{
-   $MagpieGenericWrapper::VERSION = '1.131380';
++  $MagpieGenericWrapper::VERSION = '1.140260';
 +}
  
  sub new {
      my $proto = shift;
@@@ -293,39 -288,4 +294,39 @@@
  
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::DBIC - Resource implementation for DBIx::Class ResultSources.
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  # SEEALSO: Magpie, Magpie::Resource
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
 +__END__
 +
diff --cc lib/Magpie/Resource/DBIxClass.pm
index 4b05b59,4d112d3..5db9197
--- a/lib/Magpie/Resource/DBIxClass.pm
+++ b/lib/Magpie/Resource/DBIxClass.pm
@@@ -1,9 -1,6 +1,9 @@@
 -package Magpie::Resource::DBIC;
 +package Magpie::Resource::Kioku;
 +{
-   $Magpie::Resource::Kioku::VERSION = '1.131380';
++  $Magpie::Resource::Kioku::VERSION = '1.140260';
 +}
  
 -# ABSTRACT: Resource implementation for DBIx::Class ResultSources.
 +# ABSTRACT: INCOMPLETE - Resource implementation for KiokuDB datastores.
  
  use Moose;
  extends 'Magpie::Resource';
@@@ -277,9 -275,6 +277,9 @@@ sub DELETE 
  
  
  package MagpieGenericWrapper;
 +{
-   $MagpieGenericWrapper::VERSION = '1.131380';
++  $MagpieGenericWrapper::VERSION = '1.140260';
 +}
  
  sub new {
      my $proto = shift;
@@@ -293,39 -288,4 +293,39 @@@
  
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::Kioku - INCOMPLETE - Resource implementation for KiokuDB datastores.
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  # SEEALSO: Magpie, Magpie::Resource
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
 +__END__
 +
diff --cc lib/Magpie/Resource/File.pm
index 65db1ec,f8859c2..7e7d3c4
--- a/lib/Magpie/Resource/File.pm
+++ b/lib/Magpie/Resource/File.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Resource::File;
 +{
-   $Magpie::Resource::File::VERSION = '1.131380';
++  $Magpie::Resource::File::VERSION = '1.140260';
 +}
  # ABSTRACT: INCOMPLETE - Basic file Resource implementation.
  
  use Moose;
@@@ -62,42 -59,7 +62,42 @@@ sub GET 
  
  1;
  
 -__END__
 +
 +
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::File - INCOMPLETE - Basic file Resource implementation.
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  # SEALSO: Magpie, Magpie::Resource
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
 +__END__
diff --cc lib/Magpie/Resource/Kioku.pm
index 34c0a2e,a63b405..600be12
--- a/lib/Magpie/Resource/Kioku.pm
+++ b/lib/Magpie/Resource/Kioku.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Resource::Kioku;
 +{
-   $Magpie::Resource::Kioku::VERSION = '1.131380';
++  $Magpie::Resource::Kioku::VERSION = '1.140260';
 +}
  
  # ABSTRACT: INCOMPLETE - Resource implementation for KiokuDB datastores.
  
@@@ -355,9 -362,6 +365,9 @@@ sub PUT 
  
  
  package MagpieGenericWrapper;
 +{
-   $MagpieGenericWrapper::VERSION = '1.131380';
++  $MagpieGenericWrapper::VERSION = '1.140260';
 +}
  
  sub new {
      my $proto = shift;
@@@ -371,39 -375,4 +381,39 @@@
  
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::Kioku - INCOMPLETE - Resource implementation for KiokuDB datastores.
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
  # SEEALSO: Magpie, Magpie::Resource
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
 +__END__
 +
diff --cc lib/Magpie/SymbolTable.pm
index fb23088,706f48e..59a6ce9
--- a/lib/Magpie/SymbolTable.pm
+++ b/lib/Magpie/SymbolTable.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::SymbolTable;
 +{
-   $Magpie::SymbolTable::VERSION = '1.131380';
++  $Magpie::SymbolTable::VERSION = '1.140260';
 +}
  #ABSTRACT: Core Magpie Event Symbol Table Object
  use strict;
  use warnings;
@@@ -64,38 -61,4 +64,38 @@@ sub symbol_index 
  
  # SEEALSO: Magpie
  
 -1;
 +1;
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::SymbolTable - Core Magpie Event Symbol Table Object
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Transformer.pm
index 5a347ad,3326d5f..c8b8838
--- a/lib/Magpie/Transformer.pm
+++ b/lib/Magpie/Transformer.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Transformer;
 +{
-   $Magpie::Transformer::VERSION = '1.131380';
++  $Magpie::Transformer::VERSION = '1.140260';
 +}
  # ABSTRACT: Magpie Pipeline Transformer Base Class
  
  use Moose;
@@@ -24,40 -21,4 +24,40 @@@ has resource => 
  # SEEALSO: Magpie
  
  1;
 +
 +
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Transformer - Magpie Pipeline Transformer Base Class
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
  __END__
diff --cc lib/Magpie/Transformer/JSON.pm
index 71770ea,271e497..8e4381c
--- a/lib/Magpie/Transformer/JSON.pm
+++ b/lib/Magpie/Transformer/JSON.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Transformer::JSON;
 +{
-   $Magpie::Transformer::JSON::VERSION = '1.131380';
++  $Magpie::Transformer::JSON::VERSION = '1.140260';
 +}
  use Moose;
  
  # ABSTRACT: JSON Ouput Transformer
@@@ -47,40 -44,4 +47,40 @@@ sub transform 
  }
  
  1;
 +
 +
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Transformer::JSON - JSON Ouput Transformer
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
  __END__
diff --cc lib/Magpie/Transformer/Middleware.pm
index 81a2099,c0c424c..1118fde
--- a/lib/Magpie/Transformer/Middleware.pm
+++ b/lib/Magpie/Transformer/Middleware.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Transformer::Middleware;
 +{
-   $Magpie::Transformer::Middleware::VERSION = '1.131380';
++  $Magpie::Transformer::Middleware::VERSION = '1.140260';
 +}
  # ABSTRACT: Use Plack Middleware Handlers As Pipeline Components
  
  use Moose;
@@@ -46,38 -43,4 +46,38 @@@ sub call_middleware 
  
  # SEEALSO: Magpie
  
 -1;
 +1;
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Transformer::Middleware - Use Plack Middleware Handlers As Pipeline Components
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Transformer/ServiceUnavailable.pm
index 17ec7d2,3825187..8ef101c
--- a/lib/Magpie/Transformer/ServiceUnavailable.pm
+++ b/lib/Magpie/Transformer/ServiceUnavailable.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Transformer::ServiceUnavailable;
 +{
-   $Magpie::Transformer::ServiceUnavailable::VERSION = '1.131380';
++  $Magpie::Transformer::ServiceUnavailable::VERSION = '1.140260';
 +}
  use Moose;
  
  # ABSTRACT: Use Plack Middleware Handlers As Pipeline Components
@@@ -40,42 -37,6 +40,42 @@@ sub available 
  }
  
  1;
 +
 +
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Transformer::ServiceUnavailable - Use Plack Middleware Handlers As Pipeline Components
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
 +
  __END__
  
  # SEEALSO: Magpie
diff --cc lib/Magpie/Transformer/TT2.pm
index 6230a82,210eba1..af6f80a
--- a/lib/Magpie/Transformer/TT2.pm
+++ b/lib/Magpie/Transformer/TT2.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Transformer::TT2;
 +{
-   $Magpie::Transformer::TT2::VERSION = '1.131380';
++  $Magpie::Transformer::TT2::VERSION = '1.140260';
 +}
  # ABSTRACT: Template Toolkit Transformer Component
  
  use Moose;
@@@ -91,38 -89,4 +92,38 @@@ sub transform 
  
  # SEEALSO: Magpie
  
 -1;
 +1;
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Transformer::TT2 - Template Toolkit Transformer Component
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Transformer/XSLT.pm
index ebea62f,0bfb7fa..af8c57d
--- a/lib/Magpie/Transformer/XSLT.pm
+++ b/lib/Magpie/Transformer/XSLT.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Transformer::XSLT;
 +{
-   $Magpie::Transformer::XSLT::VERSION = '1.131380';
++  $Magpie::Transformer::XSLT::VERSION = '1.140260';
 +}
  # ABSTRACT: XSLT Pipeline Transformer
  
  use Moose;
@@@ -274,38 -271,3 +274,38 @@@ sub transform 
  # SEEALSO: Magpie, XML::LibXSLT
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Transformer::XSLT - XSLT Pipeline Transformer
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Transformer/XSP.pm
index 2a0ac79,f0cbb29..3742c61
--- a/lib/Magpie/Transformer/XSP.pm
+++ b/lib/Magpie/Transformer/XSP.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Transformer::XSP;
 +{
-   $Magpie::Transformer::XSP::VERSION = '1.131380';
++  $Magpie::Transformer::XSP::VERSION = '1.140260';
 +}
  # ABSTRACT: eXtensible Server Pages Transformer
  
  use Moose;
@@@ -124,38 -121,3 +124,38 @@@ sub transform 
  
  # SEEALSO: Magpie, XML::XSP
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Transformer::XSP - eXtensible Server Pages Transformer
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Types.pm
index a08b918,b2c70e1..aed25d3
--- a/lib/Magpie/Types.pm
+++ b/lib/Magpie/Types.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Types;
 +{
-   $Magpie::Types::VERSION = '1.131380';
++  $Magpie::Types::VERSION = '1.140260';
 +}
  # ABSTRACT: Common Magpie Type Constraints
  use Moose::Role;
  #use HTTP::Throwable::Factory;
@@@ -79,38 -77,3 +80,38 @@@ coerce 'MagpieResourceObject
  # SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Types - Common Magpie Type Constraints
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Magpie/Util.pm
index f8e5f30,10a7294..8a8a18b
--- a/lib/Magpie/Util.pm
+++ b/lib/Magpie/Util.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Util;
 +{
-   $Magpie::Util::VERSION = '1.131380';
++  $Magpie::Util::VERSION = '1.140260';
 +}
  
  # ABSTRACT: Common utility functions
  
@@@ -24,38 -21,3 +24,38 @@@ sub make_tuples 
  }
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Util - Common utility functions
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +
diff --cc lib/Plack/Middleware/Magpie.pm
index 05fbac0,30638d7..d816a85
--- a/lib/Plack/Middleware/Magpie.pm
+++ b/lib/Plack/Middleware/Magpie.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Plack::Middleware::Magpie;
 +{
-   $Plack::Middleware::Magpie::VERSION = '1.131380';
++  $Plack::Middleware::Magpie::VERSION = '1.140260';
 +}
  
  # ABSTRACT: Plack Middleware Interface For Pipelined Magpie Applications
  use strict;
@@@ -262,38 -263,3 +266,38 @@@ sub call 
  # SEEALSO: Magpie, Plack, Plack::Middleware
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Plack::Middleware::Magpie - Plack Middleware Interface For Pipelined Magpie Applications
 +
 +=head1 VERSION
 +
- version 1.131380
++version 1.140260
 +
 +=head1 AUTHORS
 +
 +=over 4
 +
 +=item *
 +
 +Kip Hampton <kip.hampton at tamarou.com>
 +
 +=item *
 +
 +Chris Prather <chris.prather at tamarou.com>
 +
 +=back
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Tamarou, LLC.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmagpie-perl.git



More information about the Pkg-perl-cvs-commits mailing list