[libdancer-plugin-dbic-perl] annotated tag debian/0.2100-1 created (now 3459357)

Jonas Smedegaard dr at jones.dk
Tue May 20 09:18:17 UTC 2014


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

js pushed a change to annotated tag debian/0.2100-1
in repository libdancer-plugin-dbic-perl.

        at  3459357   (tag)
   tagging  6b3ac44a76b7bd3aa62111a5b35be36f8594ffca (commit)
  replaces  debian/0.1802-1
 tagged by  Jonas Smedegaard
        on  Tue May 20 11:17:28 2014 +0200

- Log -----------------------------------------------------------------
libdancer-plugin-dbic-perl Debian release 0.2100-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQF8BAABCgBmBQJTex2pXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWm+cH/3s4HBdk6SwCo/Fqo+j1dCMY
Yo37I+9b5TgMsQW993Xy5bRE9KDooHMPaKxhUQdvWmvAK/oUXvgaNR4yr/txiHQx
THA6p2PY1HWWY7gbUurIA70GmP/Qf1TbI/Jaj2phzuhoxDcnmmLpg19ywncasBFZ
zGVN7ZHlbA9uIQ5HNwRU/zvnRhStINokF2v+gd0NHVV1Oj/QpuXMRwj3zlrkZy2r
wF53EALbLoW6EnMArZsOb/ByTFj3rUGSS++8EOVgZnQ9oRWqdcyjLGvRCmIy1Y/W
QYZD1hUxUe/dVaiFNG8XZ74Ht18jN0dcds3Zfzw7kq1JlkrFw6ByZBJZ3WyPvmw=
=Xfsj
-----END PGP SIGNATURE-----

Al Newkirk (7):
      added better connection definition thanks to franckcuny
      new version
      new version, POD update, tests fail
      Merge branch 'master' of git://github.com/alnewkirk/Dancer-Plugin-DBIC
      removed unlinks
      fixed test for windows compatibility
      manually unlink test dbs

Alan Berndt (1):
      Show reason when unable to load schema.

Alexis Sukrieh (1):
      FIX for Dancer::Test

Dagfinn Ilmari Mannsåker (2):
      Add default schema support
      Fix POD typo

David Precious (8):
      Strongly discourage dynamic schema introspection
      Keyboarding fail.
      Typo in config file example
      Some typo fixes and improving the synopsis examples
      Typo fix
      Add GitHub URLs to meta.yml
      Include GH issues in META.yml resources too
      Add myself to authors

Fabrice Gabolde (1):
      Make DBIx::Class::Schema::Loader an optional dependency, required at runtime.

Jonas Smedegaard (15):
      Update README.source to emphasize control.in file as *not* a show-stopper for contributions.
      Bump to standards-version 3.9.5.
      Fix use canonical Vcs-Git URL.
      Update watch file to use metacpan.org URL.
      Tidy comma in build-dependencies.
      Update copyright info: Extend coverage of packaging.
      Add git URL as alternate source.
      Stop track tarball checksum: Check against upstrem git instead.
      Update changelog, control file and copyright info.
      Imported Upstream version 0.2100
      Merge tag 'upstream/0.2100'
      Update package relations: Fix stop bogusly build-depend on libdbd-sqlite3.
      Tidy package relations resolving in rules file.
      Update package relations: (Build-)depend explicitly on libdbi-perl. Build-depend on libmoose-perl, libmoosex-types-perl and libmoosex-types-loadableclass-perl, and on recent libsql-translator-perl.
      Prepare for release: Update changelog, control file and copyright info.

Naveed Massjouni (58):
      Adding Makefile.PL. Adding version and abstract to main module.
      Revert "Adding Makefile.PL. Adding version and abstract to main module."
      Initial check in of some basic tests. Got tests passing.
      pckg config param is renamed to schema_class. Cleaned up code as well.
      Changed 'generate' config param to 'auto_load'. Updated tests to reflect
      Auto loading will now happen if a schema_class option is not provided.
      Cleaning up POD and README.
      Making example in SYNOPSIS pod nicer.
      Updating DESCRIPTION pod.
      Making example in README nicer.
      Removing auto_load option from tests. It is implied when schema_class is
      Adding tests for actual DBIC classes.
      Capture db connection info in a more succint way.
      Added tests for multiple schemas.
      Minor pod edit in SYNOPSIS.
      Updating version info.
      Fixed warning in tests about redefining 'pass'.
      Plugin now registers exactly one keyword, schema. This works more like
      Renaming test files.
      Added 01-single-schema.t for testing simplest usage, where only 1 schema
      Handle the case where a schema that isn't configured is requested.
      Updating documentation to describe 'schema' function and new usage.
      Updating README.
      Fixed a bug where schema was reloaded unnecessarily when schema() is
      The setup in the tests no longer need to be in BEGIN blocks.  Thanks to
      Updating version.
      Merge branch 'master' of github.com:alnewkirk/Dancer-Plugin-DBIC
      Updating tests to use tempfile instead of tempdir. Also some minor
      Updating authors, removing tabs and changed Prereq to Prereqs.
      Cleaning up dist.ini
      Updating POD documentation
      Adding README for github.
      Merge pull request #10 from ilmari/default-schema
      Merge remote-tracking branch 'ilmari/default-schema'
      Updated POD documentation.
      Merge pull request #3 from fgabolde/master
      Started using Module::Load for dynamically loading modules.
      Skip some tests when DBIx::Class::Schema::Loader is missing.
      Merge pull request #5 from shumphrey/master
      Getting ready to cut v0.1700
      Fixed pod encoding
      Added resultset and rset keywords. Setting version to v0.1800.
      Merge pull request #7 from yanick/dancer-2
      Getting ready to release v0.1801
      Updated version requirement for Dancer.
      Merge pull request #11 from bentglasstube/master
      Releasing v0.1803
      added support for schema aliases
      releasing v0.1900
      Merge pull request #12 from ironcamel/schema-alias
      Added SQL::Translator prereq for tests to pass.
      added support for database slaves via DBIx::Class::Storage::DBI::Replicated
      Merge pull request #14 from ironcamel/replicated
      skip the replicated tests if the required deps are not installed
      Removed deprecated pckg option.
      releasing v0.2001
      added support for more ::Replicated options
      Merge pull request #15 from ironcamel/balancer-args

Steven Humphrey (3):
      Support for Dancer2
      Merge remote-tracking branch 'upstream/master'
      Support for Dancer2

Yanick Champoux (1):
      compatibility with Dancer 2

franck cuny (3):
      update .gitignore
      use File::Spec and File::Temp for temp. db
      add simple TestApp to test with Dancer

unknown (8):
      initial commit
      fixed dist.ini
      updated README
      added skip_automake for classes with existing schemas, now only calls connect once
      updated gitignore
      new version, reverse auto-gen policy
      new version
      new version

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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