[SCM] libmagpie-perl Debian packaging branch, master, updated. debian/1.131250-1-12-g2aa5938

Jonas Smedegaard dr at jones.dk
Thu May 9 12:24:21 UTC 2013


The following commit has been merged in the master branch:
commit d480be9e6ea8680967ce26942ff451025063c0f2
Merge: df41ab34e50f2076e182396a111adeb55ab03529 9d082412e88270ba518ebcfefc198fb8288b3877
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu May 9 13:43:39 2013 +0200

    Imported Upstream version 1.131290

diff --combined MANIFEST
index 81f851e,0000000..21ea946
mode 100644,000000..100644
--- a/MANIFEST
+++ b/MANIFEST
@@@ -1,174 -1,0 +1,164 @@@
 +LICENSE
 +MANIFEST
 +META.yml
 +Makefile.PL
 +README
 +README.md
 +TODO
 +dist.ini
 +example/debug_xslt/bin/app.psgi
 +example/debug_xslt/conf/conf.xml
 +example/debug_xslt/nytprof.out
 +example/debug_xslt/root/hello.xml
 +example/debug_xslt/root/stylesheets/default.xsl
 +lib/Magpie.pm
 +lib/Magpie/Breadboard.pm
 +lib/Magpie/Component.pm
 +lib/Magpie/Component/ContentCache.pm
 +lib/Magpie/ConfigReader/XML.pm
 +lib/Magpie/Constants.pm
 +lib/Magpie/Dispatcher/Env.pm
 +lib/Magpie/Dispatcher/RequestMethod.pm
 +lib/Magpie/Dispatcher/RequestParam.pm
 +lib/Magpie/Error.pm
 +lib/Magpie/Error/Simplified.pm
 +lib/Magpie/Event.pm
 +lib/Magpie/Event/Symbol.pm
 +lib/Magpie/Intro.pod
 +lib/Magpie/Machine.pm
 +lib/Magpie/Manual/Config.pod
 +lib/Magpie/Matcher.pm
 +lib/Magpie/Plugin/DBI.pm
 +lib/Magpie/Plugin/Resource/Cache.pm
 +lib/Magpie/Plugin/URITemplate.pm
 +lib/Magpie/Resource.pm
 +lib/Magpie/Resource/Abstract.pm
 +lib/Magpie/Resource/DBIC.pm
 +lib/Magpie/Resource/DBIxClass.pm
 +lib/Magpie/Resource/File.pm
 +lib/Magpie/Resource/Kioku.pm
 +lib/Magpie/SymbolTable.pm
 +lib/Magpie/Transformer.pm
 +lib/Magpie/Transformer/JSON.pm
 +lib/Magpie/Transformer/Middleware.pm
 +lib/Magpie/Transformer/ServiceUnavailable.pm
 +lib/Magpie/Transformer/TT2.pm
 +lib/Magpie/Transformer/XSLT.pm
 +lib/Magpie/Transformer/XSP.pm
 +lib/Magpie/Types.pm
 +lib/Magpie/Util.pm
 +lib/Plack/Middleware/Magpie.pm
 +t/000use.t
 +t/args_middleware.t
 +t/breadboard.t
 +t/breadboard_middleware.t
 +t/config/asset_basic_container_xml.t
 +t/config/asset_basic_xml.t
 +t/config/asset_container_nested.t
 +t/config/asset_service_block.t
 +t/config/asset_service_constructor.t
 +t/config/asset_service_setter.t
 +t/config/match_accept_xml.t
 +t/config/match_env_xml.t
 +t/config/match_template_xml.t
 +t/config/match_xml.t
 +t/context_middleware.t
 +t/core/basic.t
 +t/core/custom_matcher.t
 +t/core/declined.t
 +t/core/done.t
 +t/core/http.t
 +t/core/mixed_pipeline.t
 +t/core/no_match_404.t
 +t/core/output.t
 +t/core/pipeline_args.t
 +t/core/pipeloader.t
 +t/core/sugar_match.t
 +t/core/sugar_match_accept.t
 +t/core/sugar_match_env.t
 +t/core/sugar_match_template.t
 +t/core/template_regex_edge.t
 +t/data/asset_basic.xml
 +t/data/asset_basic_container.xml
 +t/data/asset_container_nested.xml
 +t/data/asset_service_block.xml
 +t/data/asset_service_constructor.xml
 +t/data/asset_service_setter.xml
 +t/data/match.xml
 +t/data/match_accept.xml
 +t/data/match_env.xml
 +t/data/match_template.xml
 +t/error.t
 +t/event.t
 +t/htdocs/alternates/blog/index.xml
 +t/htdocs/alternates/shop/index.xml
 +t/htdocs/avt.xsp
 +t/htdocs/hello.xml
 +t/htdocs/stylesheets/alternates/blog.xsl
 +t/htdocs/stylesheets/alternates/shop.xsl
 +t/htdocs/stylesheets/alternates/wrapper.xsl
 +t/htdocs/stylesheets/goodbye.xsl
 +t/htdocs/stylesheets/hello.xsl
 +t/htdocs/taglibs.xsp
 +t/htdocs/templates/moviename/complete.tt2
 +t/htdocs/templates/moviename/prompt.tt2
 +t/htdocs/xinclude/blog/index.xml
 +t/htdocs/xinclude/common.xml
 +t/htdocs/xinclude/shop/index.xml
 +t/kioku.t
 +t/lib/Core/Basic/Base.pm
 +t/lib/Core/Basic/Output.pm
 +t/lib/Core/Declined/StepOne.pm
 +t/lib/Core/Declined/StepTwo.pm
 +t/lib/Core/Done/StepOne.pm
 +t/lib/Core/Done/StepTwo.pm
 +t/lib/Core/HTTP/Base.pm
 +t/lib/Core/HTTP/ParameterizedBase.pm
 +t/lib/Core/Output/StepOne.pm
 +t/lib/Core/Output/StepTwo.pm
 +t/lib/Core/Pipeloader/Chooser.pm
 +t/lib/Core/Pipeloader/Curly.pm
 +t/lib/Core/Pipeloader/Larry.pm
 +t/lib/Core/Pipeloader/Moe.pm
 +t/lib/Core/StaticMatcher.pm
 +t/lib/Magpie/Pipeline/Breadboard/ConfigAssets.pm
 +t/lib/Magpie/Pipeline/Breadboard/Simple.pm
 +t/lib/Magpie/Pipeline/ContextHash.pm
 +t/lib/Magpie/Pipeline/Curly.pm
 +t/lib/Magpie/Pipeline/CurlyArgs.pm
 +t/lib/Magpie/Pipeline/Error/Hashref.pm
 +t/lib/Magpie/Pipeline/Error/Named.pm
 +t/lib/Magpie/Pipeline/Error/Numeric.pm
 +t/lib/Magpie/Pipeline/Larry.pm
 +t/lib/Magpie/Pipeline/Moe.pm
 +t/lib/Magpie/Pipeline/PathMadness.pm
 +t/lib/Magpie/Pipeline/Resource/Basic.pm
 +t/lib/Magpie/Pipeline/Resource/Kioku/User.pm
 +t/lib/Magpie/Pipeline/Role/Appender.pm
 +t/lib/Magpie/Pipeline/TT2/Base.pm
 +t/lib/Magpie/Pipeline/TT2/Output.pm
 +t/lib/Plack/Middleware/TestComponent.pm
 +t/lib/TestObject/SimpleMoose.pm
 +t/machine.t
 +t/middleware.t
 +t/middleware_component.t
 +t/plack_basic.t
 +t/plugins/resource_cache.t
 +t/plugins/uri_template.t
 +t/queue.t
 +t/release-pod-coverage.t
 +t/release-pod-syntax.t
 +t/resource_abstract.t
 +t/resource_basic.t
 +t/resource_file.t
 +t/resource_middleware.t
 +t/resources/kioku_bb.t
 +t/traits_middleware.t
 +t/transformers/tt2.t
 +t/transformers/xslt_alternates.t
 +t/transformers/xslt_file.t
 +t/transformers/xslt_upstream.t
 +t/transformers/xslt_xinclude.t
 +t/transformers/xsp_basic.t
 +t/transformers/xsp_taglibs.t
- temp/alternate/bar/hello.xml
- temp/alternate/foo/hello.xml
- temp/bbtest.pl
- temp/kiokutest.db
- temp/lib/Loader.pm
- temp/lib/Loader.pm.bak
- temp/lib/Loader.pm.crazy
- temp/loader.t
- temp/mount.t
- temp/moviename.psgi
 +weaver.ini
diff --combined META.yml
index bc00e91,0000000..bb34595
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,40 -1,0 +1,42 @@@
 +---
 +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
++  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.131250
++version: 1.131290
diff --combined Makefile.PL
index 70d0cb6,0000000..ab45f3d
mode 100644,000000..100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@@ -1,65 -1,0 +1,67 @@@
 +
 +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",
++    "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.131250",
++  "VERSION" => "1.131290",
 +  "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 --combined README
index a09cd3e,0000000..2d26b03
mode 100644,000000..100644
--- a/README
+++ b/README
@@@ -1,13 -1,0 +1,13 @@@
 +
 +
 +This archive contains the distribution Magpie,
- version 1.131250:
++version 1.131290:
 +
 +  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 --combined dist.ini
index 32272d8,c596efa..0034654
--- a/dist.ini
+++ b/dist.ini
@@@ -21,13 -21,13 +21,13 @@@ filenames = Makefile.P
  match = ^nytprof.*
  match = ^perl5
  match = ^cpan.*
+ match = ^temp*
  
  ;[AutoPrereqs]
  ;skip = libmem*
  ;skip = ^XML::LibXSLT
  ;skip = ^Template
  ;skip = ^XML::XSP
- ;skip = ^Data::Dumper::Concise
  ;skip = ^Bread::Board::
  ;skip = parent*$
  ;skip = ^Devel::
@@@ -44,6 -44,8 +44,8 @@@ Plack = 0.998
  Scalar::Util = 1.23
  Try::Tiny = 0.11
  URI = 1.59
+ MooseX::Role::Parameterized = 0
+ Data::Printer = 0
  
  
  [Prereqs / RuntimeRecommends]
@@@ -77,5 -79,6 +79,8 @@@ tag_format  = %
  tag_message = %v
  push_to     = origin
  
 -
  [PodWeaver]
  
++[TestRelease]
++[ConfirmRelease]
++[UploadToCPAN]
diff --combined lib/Magpie.pm
index 2b7010f,8644b02..63d3d62
--- a/lib/Magpie.pm
+++ b/lib/Magpie.pm
@@@ -1,24 -1,13 +1,24 @@@
  package Magpie;
 +{
-   $Magpie::VERSION = '1.131250';
++  $Magpie::VERSION = '1.131290';
 +}
  use Moose;
  
  # ABSTRACT: Pipelined State Machine Plack Middleware Framework
  
  1;
 -__END__
 +
  
  =pod
  
 +=head1 NAME
 +
 +Magpie - Pipelined State Machine Plack Middleware Framework
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
  =head1 SYNOPSIS
  
    -----
@@@ -64,9 -53,15 +64,9 @@@
      ];
    };
  
 -
 -
  =head1 How Does Magpie Work?
  
 -=begin html
 -
 -<img src="images/Magpiebasicflow.png" alt="Magpie's Basic Application Flow"/>
 -
 -=end html
 +=for html <img src="images/Magpiebasicflow.png" alt="Magpie's Basic Application Flow"/>
  
  A typical Magpie application has three parts:
  
@@@ -357,6 -352,7 +357,6 @@@ most common use of the $ctxt is to accu
  proper output for the current request. For example, if you are using the
  Template Toolkit Transformer class (Magpie::Transformer::TT2) you might use a plain hash reference as the context member, then use it to capture the template name and variables that your templates depend on to deliver the content.
  
 -
  =head2 Event Handler Return Codes
  
  Each event handler method must return one of a number of I<event handler
@@@ -465,6 -461,7 +465,6 @@@ can be useful for sending appropriate H
        return OK;
    }
  
 -
  =back
  
  =head1 References
@@@ -477,31 -474,5 +477,31 @@@ FOLDOC definition of Finite State Machi
  
  =back
  
 -
  1;
 +
 +=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 --combined lib/Magpie/Breadboard.pm
index 0862c21,a6dd04f..0d4f872
--- a/lib/Magpie/Breadboard.pm
+++ b/lib/Magpie/Breadboard.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Breadboard;
 +{
-   $Magpie::Breadboard::VERSION = '1.131250';
++  $Magpie::Breadboard::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Component.pm
index f6fb75e,52b8744..c9a8941
--- a/lib/Magpie/Component.pm
+++ b/lib/Magpie/Component.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Component;
 +{
-   $Magpie::Component::VERSION = '1.131250';
++  $Magpie::Component::VERSION = '1.131290';
 +}
  
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Component/ContentCache.pm
index 26826e1,336e8f1..668b152
--- 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.131250';
++  $Magpie::Component::ContentCache::VERSION = '1.131290';
 +}
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/ConfigReader/XML.pm
index 4c7bd30,9264c04..75fb762
--- 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.131250';
++  $Magpie::ConfigReader::XML::VERSION = '1.131290';
 +}
  #ABSTRACT: Magpie Configuration via XML
  
  use Moose;
@@@ -399,38 -396,3 +399,38 @@@ sub random_string 
  # SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::ConfigReader::XML - Magpie Configuration via XML
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Constants.pm
index e3d8561,d37e7c2..d52357a
--- a/lib/Magpie/Constants.pm
+++ b/lib/Magpie/Constants.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Constants;
 +{
-   $Magpie::Constants::VERSION = '1.131250';
++  $Magpie::Constants::VERSION = '1.131290';
 +}
  
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Dispatcher/Env.pm
index e83ae89,3bfb4e4..92d1278
--- 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.131250';
++  $Magpie::Dispatcher::Env::VERSION = '1.131290';
 +}
  #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.131250
++version 1.131290
 +
 +#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 --combined lib/Magpie/Dispatcher/RequestMethod.pm
index 4bfb9e2,89355b1..85c8bf1
--- 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.131250';
++  $Magpie::Dispatcher::RequestMethod::VERSION = '1.131290';
 +}
  #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.131250
++version 1.131290
 +
  #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 --combined lib/Magpie/Dispatcher/RequestParam.pm
index 808f8ae,3699be8..bc0cae5
--- 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.131250';
++  $Magpie::Dispatcher::RequestParam::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Error.pm
index b6bf66f,6b738be..df934fe
--- a/lib/Magpie/Error.pm
+++ b/lib/Magpie/Error.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Error;
 +{
-   $Magpie::Error::VERSION = '1.131250';
++  $Magpie::Error::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Error/Simplified.pm
index ccd25ef,508f085..1dbdf99
--- 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.131250';
++  $Magpie::Error::Simplified::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Event.pm
index f56d943,d56b435..80ed403
--- a/lib/Magpie/Event.pm
+++ b/lib/Magpie/Event.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Event;
 +{
-   $Magpie::Event::VERSION = '1.131250';
++  $Magpie::Event::VERSION = '1.131290';
 +}
  # ABSTRACT: Core Event Role Shared By All Magpie Classes
  use Moose::Role;
  
@@@ -591,38 -588,3 +591,38 @@@ sub run 
  # SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Event - Core Event Role Shared By All Magpie Classes
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Event/Symbol.pm
index b627d89,c5035ab..37a461d
--- 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.131250';
++  $Magpie::Event::Symbol::VERSION = '1.131290';
 +}
  
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Intro.pod
index 66aa451,e1a8ce9..4fd54c8
--- 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.131250
++version 1.131290
 +
  =head1 Introduction to Magpie
  
  This document introduces the underlying concepts that inform Magpie's design. For a more practical how-to, see ***link***.
@@@ -55,6 -45,7 +55,6 @@@ also contain one Output Class that gene
  client. This encourages reusability by letting us expose the same application
  logic to different types of Web clients.
  
 -
  =item *
  
  All Magpie's base component and helper classes must be easily replaceable with
@@@ -127,6 -118,8 +127,6 @@@ validation, and complete)
  
        State Diagram for Online Registration
  
 -
 -
  Despite the fact that this principle of state-based development and design is
  understood (if only intuitively) by most experienced Web developers, much of
  the code running on the Web today remains a mix of blocks of real
@@@ -155,28 -148,6 +155,28 @@@ point is to reduce brittleness and redu
  are free to implement their application in the way that makes most sense to
  them.
  
 +__END__
  
 +=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 --combined lib/Magpie/Machine.pm
index 95f0415,840a2e0..de3cef1
--- a/lib/Magpie/Machine.pm
+++ b/lib/Magpie/Machine.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Machine;
 +{
-   $Magpie::Machine::VERSION = '1.131250';
++  $Magpie::Machine::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Manual/Config.pod
index 64be12a,e63def1..0e1417e
--- a/lib/Magpie/Manual/Config.pod
+++ b/lib/Magpie/Manual/Config.pod
@@@ -2,45 -2,12 +2,45 @@@ package Magpie::Manual::Config
  
  # ABSTRACT Configuring your Magpie applications
  
 +
 +
 +
  =pod
  
 +=head1 NAME
 +
 +Magpie::Manual::Config
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
  =head1 Perl DSL
  
  =head1 XML Configuration
  
 +=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 --combined lib/Magpie/Matcher.pm
index 05af3ff,971e97a..e2407aa
--- a/lib/Magpie/Matcher.pm
+++ b/lib/Magpie/Matcher.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Matcher;
 +{
-   $Magpie::Matcher::VERSION = '1.131250';
++  $Magpie::Matcher::VERSION = '1.131290';
 +}
  #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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Plugin/DBI.pm
index 4874c67,a962e33..cec0149
--- 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.131250';
++  $Magpie::Plugin::DBI::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Plugin/Resource/Cache.pm
index 6f5f3c0,fae1be0..fea3228
--- 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.131250';
++  $Magpie::Plugin::Resource::Cache::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Plugin/URITemplate.pm
index a843c92,b4218be..54eed8f
--- 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.131250';
++  $Magpie::Plugin::URITemplate::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Resource.pm
index 9e5e626,e60e750..58b598e
--- a/lib/Magpie/Resource.pm
+++ b/lib/Magpie/Resource.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Resource;
 +{
-   $Magpie::Resource::VERSION = '1.131250';
++  $Magpie::Resource::VERSION = '1.131290';
 +}
  
  # 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.131250
++version 1.131290
  
  =head1 DESCRIPTION
  
@@@ -155,39 -142,8 +155,39 @@@
  
     Roy Fielding - July 2002
  
 +=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.
 +
  =head1 SEE ALSO
  
 -=for :list
 -* L<Magpie>
 +=over 4
 +
 +=item *
 +
 +L<Magpie>
 +
 +=back
 +
 +=cut
 +
 +
 +__END__
  
diff --combined lib/Magpie/Resource/Abstract.pm
index d599088,e2af617..be53212
--- 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.131250';
++  $Magpie::Resource::Abstract::VERSION = '1.131290';
 +}
  
  # ABSTRACT: INCOMPLETE - Default Resource class.
  
@@@ -37,43 -34,8 +37,43 @@@ sub PUT 
      return OK;
  };
  1;
 -__END__
 +
  
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::Abstract - INCOMPLETE - Default Resource class.
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
  # 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 --combined lib/Magpie/Resource/DBIC.pm
index 0d0ba89,5802548..5735b40
--- 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.131250';
++  $Magpie::Resource::DBIC::VERSION = '1.131290';
 +}
  
  # ABSTRACT: Resource implementation for DBIx::Class ResultSources.
  
@@@ -277,9 -274,6 +277,9 @@@ sub DELETE 
  
  
  package MagpieGenericWrapper;
 +{
-   $MagpieGenericWrapper::VERSION = '1.131250';
++  $MagpieGenericWrapper::VERSION = '1.131290';
 +}
  
  sub new {
      my $proto = shift;
@@@ -289,43 -283,8 +289,43 @@@
  
  1;
  
 -__END__
 +
  
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::DBIC - Resource implementation for DBIx::Class ResultSources.
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
  # 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 --combined lib/Magpie/Resource/DBIxClass.pm
index 0bb9fd9,5802548..cc7bb84
--- a/lib/Magpie/Resource/DBIxClass.pm
+++ b/lib/Magpie/Resource/DBIxClass.pm
@@@ -1,16 -1,13 +1,16 @@@
 -package Magpie::Resource::DBIC;
 +package Magpie::Resource::Kioku;
 +{
-   $Magpie::Resource::Kioku::VERSION = '1.131250';
++  $Magpie::Resource::Kioku::VERSION = '1.131290';
 +}
  
 -# ABSTRACT: Resource implementation for DBIx::Class ResultSources.
 +# ABSTRACT: INCOMPLETE - Resource implementation for KiokuDB datastores.
  
  use Moose;
  extends 'Magpie::Resource';
  use Magpie::Constants;
  use Try::Tiny;
  
 +
  has data_source => (
      is         => 'ro',
      isa        => 'KiokuDB',
@@@ -277,9 -274,6 +277,9 @@@ sub DELETE 
  
  
  package MagpieGenericWrapper;
 +{
-   $MagpieGenericWrapper::VERSION = '1.131250';
++  $MagpieGenericWrapper::VERSION = '1.131290';
 +}
  
  sub new {
      my $proto = shift;
@@@ -289,43 -283,8 +289,43 @@@
  
  1;
  
 -__END__
 +
  
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::Kioku - INCOMPLETE - Resource implementation for KiokuDB datastores.
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
  # 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 --combined lib/Magpie/Resource/File.pm
index 9d0d932,f8859c2..9fbd9a9
--- 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.131250';
++  $Magpie::Resource::File::VERSION = '1.131290';
 +}
  # 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.131250
++version 1.131290
 +
  # 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 --combined lib/Magpie/Resource/Kioku.pm
index 6a14ded,01ed6af..2119885
--- 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.131250';
++  $Magpie::Resource::Kioku::VERSION = '1.131290';
 +}
  
  # ABSTRACT: INCOMPLETE - Resource implementation for KiokuDB datastores.
  
@@@ -189,7 -186,9 +189,9 @@@ sub POST 
              }
  
              try {
-                 $self->data_source->store($existing);
+                 $self->data_source->txn_do( sub {
+                     $self->data_source->store($existing);
+                 });
              }
              catch {
                  my $error = "Error updating data entity with ID $existing_id: $_\n";
@@@ -222,7 -221,9 +224,9 @@@
      my $id = undef;
  
      try {
-         $id = $self->data_source->store($to_store);
+         $self->data_source->txn_do( sub {
+             $id = $self->data_source->store($to_store);
+         });
      }
      catch {
          my $error = "Could not store POST data in Kioku data source: $_\n";
@@@ -260,7 -261,9 +264,9 @@@ sub DELETE 
  
      # should we do a separate lookup to make sure the data is there?
      try {
-         $self->data_source->delete( $id );
+         $self->data_source->txn_do( sub {
+             $self->data_source->delete( $id );
+         });
      }
      catch {
          my $error = "Could not delete data from Kioku data source: $_\n";
@@@ -339,7 -342,6 +345,6 @@@ sub PUT 
          $self->set_error( { status_code => 500, reason => $error } );
      };
  
-     warn "should be stored";
      return OK if $self->has_error;
  
      # finally, if it all went OK, say so.
@@@ -350,9 -352,6 +355,9 @@@
  
  
  package MagpieGenericWrapper;
 +{
-   $MagpieGenericWrapper::VERSION = '1.131250';
++  $MagpieGenericWrapper::VERSION = '1.131290';
 +}
  
  sub new {
      my $proto = shift;
@@@ -362,43 -361,8 +367,43 @@@
  
  1;
  
 -__END__
 +
  
  =pod
  
 +=head1 NAME
 +
 +Magpie::Resource::Kioku - INCOMPLETE - Resource implementation for KiokuDB datastores.
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
  # 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 --combined lib/Magpie/SymbolTable.pm
index 9555f78,706f48e..e3a55fe
--- a/lib/Magpie/SymbolTable.pm
+++ b/lib/Magpie/SymbolTable.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::SymbolTable;
 +{
-   $Magpie::SymbolTable::VERSION = '1.131250';
++  $Magpie::SymbolTable::VERSION = '1.131290';
 +}
  #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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Transformer.pm
index ce5d75b,3326d5f..6b7b677
--- a/lib/Magpie/Transformer.pm
+++ b/lib/Magpie/Transformer.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Transformer;
 +{
-   $Magpie::Transformer::VERSION = '1.131250';
++  $Magpie::Transformer::VERSION = '1.131290';
 +}
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Transformer/JSON.pm
index bc07879,271e497..c466639
--- 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.131250';
++  $Magpie::Transformer::JSON::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Transformer/Middleware.pm
index fa3f01c,c0c424c..c5b7e87
--- 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.131250';
++  $Magpie::Transformer::Middleware::VERSION = '1.131290';
 +}
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Transformer/ServiceUnavailable.pm
index ceca4a5,3825187..1662fd3
--- 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.131250';
++  $Magpie::Transformer::ServiceUnavailable::VERSION = '1.131290';
 +}
  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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Transformer/TT2.pm
index ef5c966,2631e80..5f53a06
--- 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.131250';
++  $Magpie::Transformer::TT2::VERSION = '1.131290';
 +}
  # ABSTRACT: Template Toolkit Transformer Component
  
  use Moose;
@@@ -91,38 -88,4 +91,38 @@@ sub transform 
  
  # SEEALSO: Magpie
  
 -1;
 +1;
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Transformer::TT2 - Template Toolkit Transformer Component
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Transformer/XSLT.pm
index 3afe98f,0bfb7fa..4a85c02
--- 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.131250';
++  $Magpie::Transformer::XSLT::VERSION = '1.131290';
 +}
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Transformer/XSP.pm
index 6ce152e,f0cbb29..f8da265
--- 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.131250';
++  $Magpie::Transformer::XSP::VERSION = '1.131290';
 +}
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Types.pm
index 2d796f7,fa41e16..e8603a2
--- a/lib/Magpie/Types.pm
+++ b/lib/Magpie/Types.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Types;
 +{
-   $Magpie::Types::VERSION = '1.131250';
++  $Magpie::Types::VERSION = '1.131290';
 +}
  # ABSTRACT: Common Magpie Type Constraints
  use Moose::Role;
  #use HTTP::Throwable::Factory;
@@@ -79,38 -76,3 +79,38 @@@ coerce 'MagpieResourceObject
  # SEEALSO: Magpie
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Magpie::Types - Common Magpie Type Constraints
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
 +=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 --combined lib/Magpie/Util.pm
index c33301b,10a7294..456672f
--- a/lib/Magpie/Util.pm
+++ b/lib/Magpie/Util.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Magpie::Util;
 +{
-   $Magpie::Util::VERSION = '1.131250';
++  $Magpie::Util::VERSION = '1.131290';
 +}
  
  # 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.131250
++version 1.131290
 +
 +=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 --combined lib/Plack/Middleware/Magpie.pm
index 8159dcd,864102e..bb9b03d
--- 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.131250';
++  $Plack::Middleware::Magpie::VERSION = '1.131290';
 +}
  
  # ABSTRACT: Plack Middleware Interface For Pipelined Magpie Applications
  use strict;
@@@ -184,9 -181,8 +184,8 @@@ sub call 
      $pipeline = $matcher->construct_pipeline($pipeline);
  
      if ($self->debug) {
-         Plack::Util::load_class('Data::Dumper::Concise');
-         my $message = 'PIPELINE: ' . Data::Dumper::Concise::Dumper($pipeline);
-         #warn 'STACK ' . Data::Dumper::Concise::Dumper(\@STACK);
+         Plack::Util::load_class('Data::Printer');
+         my $message = 'PIPELINE: ' . Data::Printer::p($pipeline);
          warn $message . "\n";
          $req->logger({ level => 'debug', message => $message, });
      }
@@@ -263,38 -259,3 +262,38 @@@
  # SEEALSO: Magpie, Plack, Plack::Middleware
  
  1;
 +
 +__END__
 +=pod
 +
 +=head1 NAME
 +
 +Plack::Middleware::Magpie - Plack Middleware Interface For Pipelined Magpie Applications
 +
 +=head1 VERSION
 +
- version 1.131250
++version 1.131290
 +
 +=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 --combined temp/alternate/bar/hello.xml
index 5f4f09f,5f4f09f..0000000
deleted file mode 100644,100644
--- a/temp/alternate/bar/hello.xml
+++ /dev/null
diff --combined temp/alternate/foo/hello.xml
index 5f4f09f,5f4f09f..0000000
deleted file mode 100644,100644
--- a/temp/alternate/foo/hello.xml
+++ /dev/null
diff --combined temp/bbtest.pl
index de28032,de28032..0000000
deleted file mode 100644,100644
--- a/temp/bbtest.pl
+++ /dev/null
diff --combined temp/lib/Loader.pm
index 27915fa,27915fa..0000000
deleted file mode 100644,100644
--- a/temp/lib/Loader.pm
+++ /dev/null
diff --combined temp/lib/Loader.pm.bak
index 00c2d15,00c2d15..0000000
deleted file mode 100644,100644
--- a/temp/lib/Loader.pm.bak
+++ /dev/null
diff --combined temp/lib/Loader.pm.crazy
index 27594b3,27594b3..0000000
deleted file mode 100644,100644
--- a/temp/lib/Loader.pm.crazy
+++ /dev/null
diff --combined temp/loader.t
index e9c734f,e9c734f..0000000
deleted file mode 100644,100644
--- a/temp/loader.t
+++ /dev/null
diff --combined temp/mount.t
index 4e3a738,4e3a738..0000000
deleted file mode 100644,100644
--- a/temp/mount.t
+++ /dev/null
diff --combined temp/moviename.psgi
index 1a8d6e5,1a8d6e5..0000000
deleted file mode 100644,100644
--- a/temp/moviename.psgi
+++ /dev/null

-- 
libmagpie-perl Debian packaging



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