[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:18 UTC 2013
The following commit has been merged in the master branch:
commit df41ab34e50f2076e182396a111adeb55ab03529
Merge: dabb31d31ffc3ac61b0c6e75257453edacf9126a 7a0db2df2fc6092dc029698381ae76524bb2c30a
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon May 6 15:08:41 2013 +0200
Imported Upstream version 1.131251
diff --combined META.yml
index 394a78f,0000000..bc00e91
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,40 -1,0 +1,40 @@@
+---
+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.06
++ 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
+ HTTP::Negotiate: 6.00
+ HTTP::Throwable: 0.016
+ Moose: 2.0402
+ 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
diff --combined Makefile.PL
index 7e5ce6f,0000000..70d0cb6
mode 100644,000000..100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@@ -1,65 -1,0 +1,65 @@@
+
+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.06",
++ "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",
+ "HTTP::Negotiate" => "6.00",
+ "HTTP::Throwable" => "0.016",
+ "Moose" => "2.0402",
+ "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",
+ "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 temp/kiokutest.db
index 0000000,0000000..8f5029c
new file mode 100644
--- /dev/null
+++ b/temp/kiokutest.db
@@@ -1,0 -1,0 +1,17 @@@
++SQLite format 3
++ id varchar NOT NULL,
++ value varchar NOT NULL
++)-1tableentriesentriesCREATE TABLE entries (
++ id varchar NOT NULL,
++ data blob NOT NULL,
++ class varchar,
++ root boolean NOT NULL,
++ tied char(1),
++ PRIMARY KEY (id)
++)-A
++
++
++
++
++
++
--
libmagpie-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list