[libhtml-formfu-model-dbic-perl] 01/05: Imported Upstream version 2.00
gregor herrmann
gregoa at debian.org
Mon May 12 18:48:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libhtml-formfu-model-dbic-perl.
commit 5fbbe19fd44fafa0b98b97d75664d47702f58f5b
Author: gregor herrmann <gregoa at debian.org>
Date: Mon May 12 20:33:45 2014 +0200
Imported Upstream version 2.00
---
Changes | 4 ++--
LICENSE | 2 +-
MANIFEST | 2 +-
META.yml | 32 +++++++++++++++----------------
Makefile.PL | 12 ++++++------
README | 4 ++--
dist.ini | 6 +++---
lib/HTML/FormFu/Constraint/DBIC/Unique.pm | 18 ++++++++---------
lib/HTML/FormFu/Model/DBIC.pm | 2 +-
9 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/Changes b/Changes
index 10fe83d..5e68c96 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
-1.02 2014-02-07
+2.00 2014-05-05
- - Fix error "Implicit use of the Chained trait is deprecated"
+ - switch from MooseX::Attribute::Chained to MooseX::Attribute::FormFuChained
1.01 2014-01-06
diff --git a/LICENSE b/LICENSE
index ce33785..408d072 100644
--- a/LICENSE
+++ b/LICENSE
@@ -22,7 +22,7 @@ This is free software, licensed under:
Version 1, February 1989
Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff --git a/MANIFEST b/MANIFEST
index c3f2c5f..77df30d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.015.
Changes
LICENSE
MANIFEST
diff --git a/META.yml b/META.yml
index 28a929f..a7b64aa 100644
--- a/META.yml
+++ b/META.yml
@@ -3,27 +3,27 @@ abstract: 'Integrate HTML::FormFu with DBIx::Class'
author:
- 'Carl Franks <cpan at fireartist.com>'
build_requires:
- DateTime::Format::SQLite: 0
- Locale::Maketext: 0
- SQL::Translator: 0
- Test::More: 0.99
+ DateTime::Format::SQLite: '0'
+ Locale::Maketext: '0'
+ SQL::Translator: '0.11016'
+ Test::More: '0.99'
configure_requires:
- ExtUtils::MakeMaker: 6.30
+ ExtUtils::MakeMaker: '6.30'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.012, CPAN::Meta::Converter version 2.132830'
+generated_by: 'Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.140640'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: HTML-FormFu-Model-DBIC
requires:
- DBD::SQLite: 0
- DBIx::Class: 0.08108
- HTML::FormFu: 1.00
- List::MoreUtils: 0
- Storable: 0
- Task::Weaken: 0
- perl: 5.008001
+ DBD::SQLite: '0'
+ DBIx::Class: '0.08108'
+ HTML::FormFu: '2.00'
+ List::MoreUtils: '0'
+ Storable: '0'
+ Task::Weaken: '0'
+ perl: '5.008001'
resources:
- repository: https://github.com/fireartist/HTML-FormFu-Model-DBIC.git
-version: 1.02
+ repository: git://github.com/fireartist/HTML-FormFu-Model-DBIC.git
+version: '2.00'
diff --git a/Makefile.PL b/Makefile.PL
index cda0290..c518ba8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
use strict;
use warnings;
@@ -23,7 +23,7 @@ my %WriteMakefileArgs = (
"PREREQ_PM" => {
"DBD::SQLite" => 0,
"DBIx::Class" => "0.08108",
- "HTML::FormFu" => "1.00",
+ "HTML::FormFu" => "2.00",
"List::MoreUtils" => 0,
"Storable" => 0,
"Task::Weaken" => 0
@@ -31,10 +31,10 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"DateTime::Format::SQLite" => 0,
"Locale::Maketext" => 0,
- "SQL::Translator" => 0,
+ "SQL::Translator" => "0.11016",
"Test::More" => "0.99"
},
- "VERSION" => "1.02",
+ "VERSION" => "2.00",
"test" => {
"TESTS" => "t/constraints/*.t t/create/*.t t/default_values/*.t t/options_from_model/*.t t/update/*.t t/x_roundtrip/*.t"
}
@@ -45,10 +45,10 @@ my %FallbackPrereqs = (
"DBD::SQLite" => 0,
"DBIx::Class" => "0.08108",
"DateTime::Format::SQLite" => 0,
- "HTML::FormFu" => "1.00",
+ "HTML::FormFu" => "2.00",
"List::MoreUtils" => 0,
"Locale::Maketext" => 0,
- "SQL::Translator" => 0,
+ "SQL::Translator" => "0.11016",
"Storable" => 0,
"Task::Weaken" => 0,
"Test::More" => "0.99"
diff --git a/README b/README
index c4a437d..ee9b40d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
This archive contains the distribution HTML-FormFu-Model-DBIC,
-version 1.02:
+version 2.00:
Integrate HTML::FormFu with DBIx::Class
@@ -11,5 +11,5 @@ This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v5.012.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.015.
diff --git a/dist.ini b/dist.ini
index fe31546..1acac0c 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,13 +4,13 @@ license = Perl_5
copyright_holder = Carl Franks
copyright_year = 2013
-version = 1.02
+version = 2.00
[Prereqs]
perl = 5.008001
DBD::SQLite = 0
DBIx::Class = 0.08108
-HTML::FormFu = 1.00
+HTML::FormFu = 2.00
List::MoreUtils = 0
Storable = 0
Task::Weaken = 0 ; make sure Scalar::Util has weaken()
@@ -18,7 +18,7 @@ Task::Weaken = 0 ; make sure Scalar::Util has weaken()
[Prereqs / TestRequires]
DateTime::Format::SQLite = 0
Locale::Maketext = 0
-SQL::Translator = 0 ; for $schema->deploy()
+SQL::Translator = 0.11016 ; for $schema->deploy()
Test::More = 0.99
[Prereqs / DevelopRequires]
diff --git a/lib/HTML/FormFu/Constraint/DBIC/Unique.pm b/lib/HTML/FormFu/Constraint/DBIC/Unique.pm
index 6a3c888..0f60008 100644
--- a/lib/HTML/FormFu/Constraint/DBIC/Unique.pm
+++ b/lib/HTML/FormFu/Constraint/DBIC/Unique.pm
@@ -1,7 +1,7 @@
package HTML::FormFu::Constraint::DBIC::Unique;
-$HTML::FormFu::Constraint::DBIC::Unique::VERSION = '1.02';
+$HTML::FormFu::Constraint::DBIC::Unique::VERSION = '2.00';
use Moose;
-use MooseX::Attribute::Chained;
+use MooseX::Attribute::FormFuChained;
extends 'HTML::FormFu::Constraint';
@@ -9,13 +9,13 @@ use Carp qw( carp croak );
use HTML::FormFu::Util qw( DEBUG_CONSTRAINTS debug );
-has model => ( is => 'rw', traits => ['Chained'] );
-has resultset => ( is => 'rw', traits => ['Chained'] );
-has column => ( is => 'rw', traits => ['Chained'] );
-has method_name => ( is => 'rw', traits => ['Chained'] );
-has self_stash_key => ( is => 'rw', traits => ['Chained'] );
-has others => ( is => 'rw', traits => ['Chained'] );
-has id_field => ( is => 'rw', traits => ['Chained'] );
+has model => ( is => 'rw', traits => ['FormFuChained'] );
+has resultset => ( is => 'rw', traits => ['FormFuChained'] );
+has column => ( is => 'rw', traits => ['FormFuChained'] );
+has method_name => ( is => 'rw', traits => ['FormFuChained'] );
+has self_stash_key => ( is => 'rw', traits => ['FormFuChained'] );
+has others => ( is => 'rw', traits => ['FormFuChained'] );
+has id_field => ( is => 'rw', traits => ['FormFuChained'] );
sub constrain_value {
my ( $self, $value ) = @_;
diff --git a/lib/HTML/FormFu/Model/DBIC.pm b/lib/HTML/FormFu/Model/DBIC.pm
index 83d0fd8..81fb4c8 100644
--- a/lib/HTML/FormFu/Model/DBIC.pm
+++ b/lib/HTML/FormFu/Model/DBIC.pm
@@ -1,5 +1,5 @@
package HTML::FormFu::Model::DBIC;
-$HTML::FormFu::Model::DBIC::VERSION = '1.02';
+$HTML::FormFu::Model::DBIC::VERSION = '2.00';
use strict;
use warnings;
use base 'HTML::FormFu::Model';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formfu-model-dbic-perl.git
More information about the Pkg-perl-cvs-commits
mailing list