[libhtml-formfu-model-dbic-perl] branch master updated (66c4383 -> d735202)
Florian Schlichting
fsfs at moszumanska.debian.org
Sun Oct 9 22:31:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libhtml-formfu-model-dbic-perl.
from 66c4383 update changelog
new 3849be5 Add upstream metadata
adds d9d24b5 Imported Upstream version 2.00
new 9300c75 Merge branch 'upstream' (fixup)
adds 7b7b276 new dist dir for model-dbic
adds f4b976f new test dir
adds 990f1bd moving save_to_model tests to new model-dbic dist
adds 87046ec moving defaults_from_model tests to new dbic dist
adds 3a6fdf4 moving deprecated tests to new model-dbic dist
adds d67fcbf moving deprecated tests to new model-dbic dist
adds d84dfa2 moving options_from_model tests to new model-dbic dist
adds 67665c4 new lib dir
adds 323ee69 moving Model/DBIC.pm to new dist
adds 45e9d2a new t/lib dir
adds cbda441 moving test lib files to new dist
adds f2b1a1d moving test lib files to new dist
adds 7e6ee0b moving test lib files to new dist
adds 97ad9f1 fixing tests so they work in new locations. deleting tests for Block methods
adds d410583 adding Makefile.PL and MANIFEST.SKIP
adds 3008db2 removed BEGIN blocks - all modules are properly listed in 'prereqs' now
adds 17e9351 don't die on fields with no name
adds dc06cc4 changed defaults() to default_values(). split save() into separate update() and create() methods.
adds c9360b6 git-svn-id: file:///home/cafranks/github/googlecode/trunk/HTML-FormFu-Model-DBIC@930 3452f2c1-2087-41cb-87be-0eefa6d42935
adds f673e76 r23330 at andreas-marienborgs-computer: andreas | 2008-02-27 13:52:14 +0100 Added a version to Model-DBIC
adds 6266e6d deleting tests again
adds df9efdd reverting r930 on Master.pm
adds e257e61 r23333 at andreas-marienborgs-computer: andreas | 2008-02-27 15:05:09 +0100 Revert commit #931, svk fuckup
adds 9976271 git-svn-id: file:///home/cafranks/github/googlecode/trunk/HTML-FormFu-Model-DBIC@936 3452f2c1-2087-41cb-87be-0eefa6d42935
adds a88a363 typo fixed
adds 54bdb5b not relying on the value of ids of created rows
adds dfe8ade test for deleting a second row added
adds c7a6210 add existing dbic condition from field config when saving many_to_many
adds 8da591a skip repeatable many-to-many blocks with no nested_name
adds 009f8bc ensure multi-value man-to-many correctly handles all options being unselected
adds c08cdd9 Not setting primary key to null - for PostgreSQL SERIALs
adds e9c0676 shhh. testing in progress.
adds 9727ba9 parameter number mismatch fixed
adds a87425b some decoupling - checkbox parameter wiped out
adds 22c45bf some refactoring
adds 6da9682 fix for creating rows with empty id, plus refactoring
adds f393cf8 new test from Moritz Onken, which tests the fixed behaviour in HTML-FormFu r994
adds 17ec4f4 changed behaviour back to that of last CPAN release - back to model_config->{} instead of model_config->{DBIC}{} tests now depend on $form->default_model() now defaulting to 'DBIC' (which hasn't been committed yet)
adds 16745f2 adding Changes file
adds feadafa new test for setting options_from_config to zero. new test for AutoSet constraint with options_from_config
adds 031675f new pod.t test file in new xt/ directory
adds 055f882 provide a temporary compatibility layer, so old model_config->{DBIC} style will still work
adds 3d0292d bumped version no. for cpan release. add 'xt' directory and multiform tests to MANIFEST.SKIP
adds e123261 updated Changes file
adds d67822d adding multiform tests
adds 5940bc3 fixed multiform test
adds 556efaf fixes rt#35861. not all elements which aren't fields are blocks (e.g. Hr). skip if element doesn't have a nested_name() method
adds d3a50f7 add support for model_config->{label} for setting field label from DB
adds a0449a7 add model_config->{label} support for multi blocks
adds f2ff26c check the block has a label() method (a multi)
adds 2ac404b instead of following nested_base only on rels, also follow for non-column accessors
adds 773d175 make update() handle nested_base blocks for (non-col, non-rel) accessors
adds a13eed0 change update/_save_relationships to use new_related() instead of create_relationship(), so that (as yet) missing NOT NULL cols don't cause an error. change most test cols to NOT NULL to test this. - this means a lot of tests needed changed to create rows more properly. Also ensure update/has_many_repeatable_new_date.t is actually testing what it's meant to
adds f54017f adding new schema file that should have been included in r1081
adds 0671869 update Changes file
adds 4d8453c - added support for new_empty_row_multi - added test - pod update for that feature
adds 8ea45f7 bumped version no. for cpan release. updated Changes
adds c9bb7a4 run .pm file through perltidy. adding .perltidyrc added release date to Changes file
adds bbed9b6 updated formfu prereq
adds cc1265c fixed incorrect pod code sections
adds daf1d02 Typo in docs
adds 53148bd change required after is_field/is_block changes in trunk/HTML-FormFu at 1123
adds 33ae0fe run .pm file through perltidy
adds a93b55b bump version no. for cpan release. update Changes. bump HTML-FormFu prereq
adds c70e8c6 ComboBox field tests
adds f746afd options_from_model - if the schema isn't available, just the cat-context - accept a 'resultset' config as well as a 'model' - this is called on the result of model - $context->model($model)->resultset($resultset); document setting Cat-C-HTML-FormFu's model_stash, to get the Schema on the form stash. replace old update() docs with new docs for both update() and create(). document options_from_model() and all it's config settings
adds 996ac93 if a checkbox/radio value isn't submitted, and the column is NOT NULL, set it to 0 (zero), not DEFAULT VALUE. add roundtrip tests. remove value=1 from configs - it's now the default
adds 12e877e Modified delete_if_true example to no longer use "delete" as a form item name
adds 5ef7e86 fixed documentation of how to call model methods
adds 41a2ebe bumped version no. for cpan release. updated Changes file
adds d018d95 remove auto_install().
adds deab58d creating directories to move Constraint::DBIC::Unique from /trunk/html-formfu-dbic to this dist.
adds 7b23ad2 moving Constraint::DBIC::Unique from html-formfu-dbic to html-formfu-model-dbic dist.
adds 8c5012c fix prereqs - require HTML-FormFu 0.03006
adds 53e3440 require html-formfu version 0.03007 bump version no. for cpan release. update Changes file
adds f176a2e typo in model::dbic
adds 7bf02c0 silence a warning
adds cf899f1 Added read_only support with test. See Element::Label
adds ed99ba2 fixed test for read only
adds 5e57eef update MANIFEST.SKIP
adds fb91a6b test that default_values() on a ComboBox selects the correct select option
adds a9447fc in _get_resultset() as a last resort, if there's a context but no model named, try $context->model(). restoring behaviour accidentally deleted in r1203. rt #41543
adds d2153e1 change needed after config file was changed in r1304
adds d3bdd8c make options_from_model() use get_column() to isolate from internal DBIC methods. add tests for options_form_model() 'localize_label'
adds 9a37437 document options_form_model()'s localize_label setting
adds 9348680 minor cleanup - no change in logic
adds d20f892 remove $dbic->result_source() call in default_values() - it's never used
adds a049a7e test change required after HTML-FormFu change r1321, (_Group element support for container_attributes)
adds f8ffa3a merging "deprecate-new_empty_row" branch back into trunk (-r1319:1347). still needing some doc updates and real world testing
adds 4e7fad8 new 'ignore_if_empty' model_config setting - patch from Moritz Onken
adds df8da3c tests for empty_rows(0)
adds 4ae4d59 Demonstrate failing test where empty_rows: 0
adds fde01db fix test count
adds 4f3218d improve search for field matching a Repeatable's 'counter_name' - required for Repeatable within a Repeatable
adds b74d60d make Select fields in a Repeatable work - default_values() now calls $rep->process() after $rep->repeat()
adds 333b0eb don't need to do $rep->process() after r1454 in HTML-FormFu
adds a6fb27a undo r1453 - need to call $rep->process()
adds 191e0f8 some doc improvements
adds 8b490c0 bumped version no. for cpan release. updated Changes file
adds 8f50167 add Plugin::DBIC::NewRowPK to MANIFEST.SKIP
adds 66e7e64 allow a multi-value field to select a has-one/might-have row. patch from Moritz Onken
adds 9d1a373 fix broken tests
adds c3c53ae bumped prereq HTML-FormFu to 0.04002
adds db8f4e4 bumped version no. to cpan release. updated Changes file
adds f6e00c9 Typo fix
adds db2706e fix typo in warning. fix Changes file
adds af9018a make options_from_model() 'label_col' work again with non-column accessors
adds fc25454 removing line accidentally added in r1513
adds 3b491f1 Improved the way of building names for repeatable elements. For repeatable elements that don't have a nested_name attribute we still use the old behaviour. The repeatable counter is added to the field names (e. g. 'field_1_1' for two nested repeatable elements without nested_name attributes). If a nested_name attribute is given, we now add the counter to the repeatable name part to ease the automatic generation of fields with client side technologies like javascript. [...]
adds 0c7d3a8 patch from Moritz Onken to fix "primary key and the foreign key may not be the same column" errors in latest cpan release
adds 172b7b3 updated version no., Changes file, prereqs for cpan release
adds 352222b Bumped prerequisite DBIC to 0.081 (as of the "the primary key and foreign key man not be the same" problem)
adds 04c6f70 Fix delete_if_true to work inside a surrounding block
adds f05a50d Made DBIC deletes conditional on row being in_storage - this prevents an exception being thrown if delete_if_empty is being used to prevent adding empty new rows as well as deleting old rows.
adds 8ac45b5 POD update: create() doesn't take a row parameter; updated '$row' to be consistent with '$dbic_row'
adds 28d4e83 fix our prereqs after changes to DBIx::Class
adds 58602d5 schema() method removed - not used. field() method removed - overwrites core constraint field() which is an alias for parent() - use column() instead. myself() method removed - use self_stash_key() instead. die if resultset() or column() is not set. use same logic to find rs as HTML::FormFu::Model::DBIC - searches for schema, then context+model, then context with default model.
adds 278b856 remove test dependency for Test::MockObject - looks like its' dependency UNIVERSAL::isa was causing test failures
adds b4e4623 bump version no. for cpan release. update changes file
adds 766e1f5 bump version no. for cpan release. update Changes file
adds 00a56ce Fixed a minor typo
adds 801d447 document new_rows_max config setting
adds a49f139 added link_values and additive support
adds f5e49d3 tests exercising repeatable-repeatables - sent by Ascii King
adds e93d81d bump version no. for cpan release. updated Changes file
adds f6c0d09 added many-to-many checkboxgroup tests
adds 5c1236d tests now use in-memory sqlite db, so tests can be run in parallel. db now deployed from DBIC schema, rather than hardcoded SQL statements
adds 4f7f5d1 update Changes + Makefile.PL prereqs
adds 73c356a bumped version no. + updated Changes file for cpan release. running Makefile.PL as author now generates README file
adds 91c4a44 fix some pod headings / links. stops errors in xt/pod.t
adds 8b7e1ee belongs_to fix
adds 6f178e4 $dbic->$rel(undef) was causing changes, though haven't managed to narrow it down for a test case, replaced with $dbic->discard_changes()
adds 5a741a7 added 'repository' to Makefile.PL
adds 82b627c document option_from_model() config option condition_from_stash. fix a couple typos
adds 8aa3f4e Many-to-many with restricting condition handling
adds 9e56f3a Extend many-to-many with restricting condition handling to work with condition_from_stash
adds 2d29422 Reworked many-to-many with restricting condition
adds 578a8db Removed debugging code accidently left in
adds e0b7b28 bug fixes: primary_keys() should be primary_columns(). $self->stash should be $self_stash - patch from Tim Rayner
adds a6c7936 new others() method to support compound unique keys. couple of documentation fixes. - patch from Tim Rayner
adds 08ad2e9 Fix: Was trying to pass undef to NOT NULL columns - changed check from ( $is_nullable || ... ) to ( $is_nullable && ... ) appears to have been unintentionally changed in svn r93 when the code was a part of DBIx::Class::HTML::FormFu.
adds 850a356 Added tests for Constraint::DBIC::Unique; updated Changes file and removed the line for this module in MANIFEST.SKIP
adds 59217a6 removed all previously deprecated methods!
adds 8fd514b YAML::Syck was missing from prereqs
adds 2c09074 DBIx::Class::ResultSource->compare_relationship_keys() has been made private and issues a warning - so we've just copy/pasted the code we need
adds c3458de bumped version no. + updated Changes for cpan release
adds 02a242d bumped version no. after failed pause upload
adds c854100 bumped version no. after failed pause upload
adds 9d5882c make Constrain::DBIC::Unique and Plugin::DBIC::NewRowPK work under new Moosified HTML-FormFu
adds 250377e run through perltidy
adds c5e8016 wrap call that may die, in an eval{}
adds f82e232 condition_from_stash now accepts hash from stash, but not from config.
adds c1e24a8 pulled halaszg's fork, broken out new tests into new files
adds c7f78f8 Merge branch 'master' of github.com:fireartist/HTML-FormFu-Model-DBIC
adds 9410723 updated Changed + prereqs
adds 6dffd8c updated version no. for cpan release
adds d9195f6 Add support to create required belongs_to rels
adds 507a5d9 Add `method_name` attribute to Constraint::DBIC::Unique to use custom method from ResultSet
adds b25c699 Allow updating $row with array values from $form if column has `is_array` attribute
adds 2434275 apply upstream changes
adds 34b2087 Add missing `resultset_class` for tests
adds 6975bc8 Add missing POD
adds b77115b update repo to github
adds 5cfb184 add .git to MANIFEST.SKIP
adds 05e68e8 update Changes file
adds bb1b636 Merge branch 'master' of github.com:fireartist/HTML-FormFu-Model-DBIC
adds 2400da6 DBIC::Unique now detects prefilled and unchanged fields via optional id_field attribute.
adds 6d906b9 Forgotten to commit.
adds edc9d5d manually merged
adds fccfa4e Add support to create required belongs_to rels
adds 3f5d723 Merge branch 'upstream_bel_to'
adds 820f459 All belongs_to relationships are saved in advance
adds 278844a Tests and documentation for null_if_empty
adds 0216891 shouldnt have pulled this in -tests dont pass
adds 87321c2 Manual merge
adds 7741fca Revert to proper H::FF::M::DBIC.pm
adds d9d24a4 options_from_model support for ENUM values
adds 26d120d support belongs_to with ComboBox
adds 98439a7 localize_label works with non-column label accessors
adds eac8b92 fix syntax error in last commit
adds f4e84c4 clarify docs - has_many/many_to_many - empty_rows/new_rows_max
adds 054693f move munging of Constraint::DBIC::Unique's 'id_field' from Element::Repeatable into the constraint
adds dd6d433 fix module name in pod
adds 116884a support nested-names in 'others' and 'id_field'. fix id_field test
adds c1230b0 update version no. / Changes for cpan release
adds d23c353 added a read-only check for checkbox groups
adds 5be1383 Merge remote-tracking branch 'wki/master'
adds 24e5908 move new tests into separate file
adds c522824 skip MultiForm tests if HTML::FormFu::MultiForm isn't installed
adds 44289ff change HTML in tests for HTML-FormFu v1.00 changes
adds c505e8f skip MultiForm tests if not installed
adds 3504906 switched to Dist::Zilla
adds 6f97e96 fix tests
adds 95d8625 Changes version no.
adds 1568e8e version 1.01, updated Changes
adds 70d0953 switch from MooseX::Attribute::Chained to MooseX::Attribute::FormFuChained
adds 63e2b84 update test prereqs
adds b7ed836 version 2.00, updated Changes file
adds 33aa181 Fix documentation to say primary key rather than foreign key
adds 97cf200 Merge pull request #8 from Altreus/doc-fix-has-many
adds 2df485c Add whatis entries to man pages
adds abab18a Merge pull request #6 from fschlich/master
adds c4eb74b Packaging and release config updates
adds bb77fe5 Maybe I have been too strict :-)
adds f9d4316 Release version 2.01
adds d25b300 Moved the version number handling to dzil/git
adds 6046b8e On release check we have correct PAUSE permissions
adds 6768983 Fix warnings from many_to_many relation updates
adds a83d4d2 Merge branch 'nm_warn_on_mm_fix'
adds 4077b27 More minor packaging fixes
adds 5e1dc49 New upstream version 2.02
new 1dbb6d3 Updated version 2.02 from 'upstream/2.02'
new 5a48033 New upstream release: 2.02
new 6189408 Update copyright years
new 3cd47bb Drop whatis-entries.diff, applied upstream
new d735202 update changelog / IGNORE no code changes
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 7 +
LICENSE | 6 +-
MANIFEST | 9 +-
META.json | 70 +++++++
META.yml | 12 +-
Makefile.PL | 19 +-
README | 6 +-
debian/changelog | 14 +-
debian/copyright | 4 +-
debian/patches/how-to-report-bugs.diff | 9 +-
debian/patches/series | 1 -
debian/patches/whatis-entries.diff | 16 --
debian/upstream/metadata | 5 +
dist.ini | 35 +++-
lib/HTML/FormFu/Constraint/DBIC/Unique.pm | 59 +++---
lib/HTML/FormFu/Model/DBIC.pm | 212 ++++++++++----------
t/author-critic.t | 20 ++
t/author-eol.t | 217 +++++++++++++++++++++
t/author-pod-syntax.t | 15 ++
t/constraints/dbic_unique.t | 30 +--
t/constraints/dbic_unique_column.yml | 6 +-
t/constraints/dbic_unique_method.yml | 6 +-
t/constraints/dbic_unique_others.yml | 6 +-
t/constraints/dbic_unique_repeatable_id_field.yml | 4 +-
t/create/basic.yml | 20 +-
t/default_values/basic.yml | 20 +-
t/default_values/basic_nested.yml | 20 +-
t/default_values/belongs_to_lookup_table.yml | 6 +-
.../belongs_to_lookup_table_combobox.t | 2 +-
.../belongs_to_lookup_table_combobox.yml | 6 +-
t/default_values/empty_rows_zero.t | 2 +-
t/default_values/empty_rows_zero.yml | 10 +-
t/default_values/has_many_combobox.yml | 8 +-
t/default_values/has_many_repeatable.yml | 12 +-
.../has_many_repeatable_delete_true.yml | 14 +-
t/default_values/has_many_repeatable_label.yml | 12 +-
t/default_values/has_many_repeatable_nested.yml | 12 +-
t/default_values/has_many_repeatable_new.t | 2 +-
t/default_values/has_many_repeatable_new.yml | 12 +-
t/default_values/has_many_select.yml | 8 +-
t/default_values/has_one.yml | 6 +-
t/default_values/has_one_nested.yml | 6 +-
t/default_values/label.t | 2 +-
t/default_values/label.yml | 4 +-
t/default_values/many_to_many-has_many.t | 30 +--
t/default_values/many_to_many-has_many.yml | 16 +-
t/default_values/many_to_many_checkboxgroup.yml | 6 +-
t/default_values/many_to_many_repeatable.yml | 12 +-
.../many_to_many_repeatable_nested.yml | 12 +-
t/default_values/many_to_many_repeatable_new.yml | 12 +-
t/default_values/many_to_many_select.yml | 6 +-
t/default_values/many_to_many_select_nested.yml | 6 +-
t/default_values/methods.t | 2 +-
t/default_values/might_have.yml | 8 +-
t/default_values/multi_label.t | 2 +-
t/default_values/multi_label.yml | 8 +-
t/default_values/nested_name_accessor.t | 2 +-
t/default_values/nested_name_accessor.yml | 4 +-
t/default_values/opt_accessor.yml | 4 +-
t/default_values/opt_accessor_nested.yml | 4 +-
t/lib/DBICTestLib.pm | 8 +-
t/lib/HTMLFormFu/I18N.pm | 2 +-
t/lib/HTMLFormFu/MockContext.pm | 4 +-
t/lib/MySchema/Master.pm | 6 +-
t/lib/MySchema/User.pm | 18 +-
t/options_from_model/belongs_to.t | 8 +-
t/options_from_model/belongs_to.yml | 8 +-
t/options_from_model/belongs_to_combobox.yml | 8 +-
t/options_from_model/belongs_to_config_zero.t | 2 +-
t/options_from_model/belongs_to_config_zero.yml | 6 +-
.../belongs_to_config_zero_combobox.t | 2 +-
.../belongs_to_config_zero_combobox.yml | 6 +-
t/options_from_model/belongs_to_localize_label.t | 4 +-
t/options_from_model/belongs_to_localize_label.yml | 4 +-
t/options_from_model/constraint_autoset.t | 8 +-
t/options_from_model/constraint_autoset.yml | 8 +-
t/options_from_model/enum_select.t | 8 +-
t/options_from_model/enum_select.yml | 6 +-
t/options_from_model/has_many_repeatable_select.t | 36 ++--
.../has_many_repeatable_select.yml | 12 +-
t/options_from_model/many_to_many_select.t | 4 +-
t/options_from_model/many_to_many_select.yml | 6 +-
.../many_to_many_select_restricted.t | 4 +-
.../many_to_many_select_restricted.yml | 6 +-
t/release-distmeta.t | 14 ++
t/release-kwalitee.t | 17 ++
t/release-pause-permissions.t | 21 ++
t/update/basic.yml | 24 +--
t/update/belongs_to_lookup_table_combobox.t | 6 +-
t/update/belongs_to_lookup_table_combobox.yml | 4 +-
t/update/belongs_to_select.t | 44 ++---
t/update/column_without_field.yml | 4 +-
t/update/has_many_repeatable.yml | 12 +-
t/update/has_many_repeatable_delete_true.yml | 14 +-
t/update/has_many_repeatable_many_new.t | 16 +-
t/update/has_many_repeatable_many_new_exceed_max.t | 18 +-
t/update/has_many_repeatable_new.yml | 12 +-
t/update/has_many_repeatable_new_date.t | 14 +-
t/update/has_many_repeatable_new_date.yml | 2 +-
t/update/has_many_repeatable_new_dependon.yml | 12 +-
t/update/has_many_repeatable_new_implicit.yml | 12 +-
t/update/has_many_repeatable_new_required_when.t | 2 +-
t/update/has_many_repeatable_new_required_when.yml | 12 +-
t/update/has_one.t | 4 +-
t/update/has_one.yml | 8 +-
t/update/has_one_create.t | 4 +-
t/update/has_one_no_id.t | 4 +-
t/update/has_one_no_id.yml | 6 +-
t/update/has_one_select.t | 22 +--
t/update/has_one_select.yml | 6 +-
t/update/many_to_many-has_many.t | 4 +-
t/update/many_to_many_checkboxgroup.t | 6 +-
t/update/many_to_many_checkboxgroup.yml | 6 +-
t/update/many_to_many_checkboxgroup_read_only.t | 6 +-
t/update/many_to_many_checkboxgroup_read_only.yml | 6 +-
t/update/many_to_many_checkboxgroup_restricted.t | 4 +-
t/update/many_to_many_checkboxgroup_restricted.yml | 6 +-
t/update/many_to_many_checkboxgroup_unselected.t | 6 +-
t/update/many_to_many_repeatable.yml | 12 +-
t/update/many_to_many_repeatable_new.yml | 12 +-
t/update/many_to_many_select.t | 6 +-
t/update/many_to_many_select.yml | 6 +-
t/update/many_to_many_select_additive.yml | 6 +-
t/update/many_to_many_select_unselected.t | 6 +-
t/update/methods.t | 4 +-
t/update/might_have.t | 4 +-
t/update/might_have.yml | 8 +-
t/update/might_have_delete_if_empty.yml | 6 +-
t/update/nested.yml | 22 +--
t/update/nested_name_accessor.t | 2 +-
t/update/null_if_empty.t | 140 ++++++-------
t/update/null_if_empty.yml | 24 +--
t/update/opt_accessor.t | 2 +-
t/update/opt_accessor.yml | 4 +-
t/update/opt_accessor_nested.t | 2 +-
t/update/opt_accessor_nested.yml | 4 +-
t/x_roundtrip/checkbox.yml | 2 +-
t/x_roundtrip/checkbox_false2true.t | 22 +--
t/x_roundtrip/checkbox_true2false.t | 22 +--
139 files changed, 1191 insertions(+), 773 deletions(-)
create mode 100644 META.json
delete mode 100644 debian/patches/whatis-entries.diff
create mode 100644 debian/upstream/metadata
create mode 100644 t/author-critic.t
create mode 100644 t/author-eol.t
create mode 100644 t/author-pod-syntax.t
create mode 100644 t/release-distmeta.t
create mode 100644 t/release-kwalitee.t
create mode 100644 t/release-pause-permissions.t
--
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