Skip to content

Commit

Permalink
Update to 0.0100
Browse files Browse the repository at this point in the history
Upstream changes:
version 0.0100 at 2016-10-09 04:13:59 +0000
-------------------------------------------

  Change: 1a805013fbef23417d4911ad2dae6b88d30df82a
  Author: Naveed Massjouni <[email protected]>
  Date : 2016-10-09 00:10:17 +0000

    v0.0100

  Change: 365201e343fe133a78c22e7977a6c66524d3d6e1
  Author: Naveed Massjouni <[email protected]>
  Date : 2016-10-08 23:48:50 +0000

    Merge pull request TritonDataCenter#3 from hvoers/master

    Add functions 'get_config' and 'add_schema_to_config'

  Change: fcabbc9f2ffc171062a428e6e4d6a1d5adccf9f3
  Author: Henk van Oers <[email protected]>
  Date : 2016-08-20 15:12:40 +0000

    Add function 'add_schema_to_config'

    add_schema_to_config

    This function does not touch the existing config. It can be used if
    some

    other part of your app has configured DBICx::Sugar but did not know
    about

    the part that uses an extra schema.

    add_schema_to_config('schema_name', { dsn => ... });

  Change: 587923ac6bae4a7c3044286859741bd4d794d0e7
  Author: Henk van Oers <[email protected]>
  Date : 2016-08-20 13:40:33 +0000

    Remove 'use Memoize', add function 'get_config'

    Memoize is not used, so remove.

    For introspection add function get_config.

  Change: e58f1936ccec6275aa000dd969d6ef3e9f790596
  Author: Henk van Oers <[email protected]>
  Date : 2016-08-20 13:12:17 +0000

    Save the found config

    Save the found config like
    DBICx::Sugar::config(LoadFile($config_path)->{dbicx_sugar}); would
    do.

  Change: 48b48aac50969e76645e3c8960576bddad36097f
  Author: Naveed Massjouni <[email protected]>
  Date : 2015-03-29 06:01:49 +0000

    updated synopsis
  • Loading branch information
wen committed Nov 6, 2016
1 parent ff6f3fb commit e95afaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions databases/p5-DBICx-Sugar/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2016/06/08 19:22:25 wiz Exp $
# $NetBSD: Makefile,v 1.3 2016/11/06 02:38:21 wen Exp $

DISTNAME= DBICx-Sugar-0.0001
DISTNAME= DBICx-Sugar-0.0100
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/I/IR/IRONCAMEL/}

Expand All @@ -17,8 +16,7 @@ PERL5_PACKLIST= auto/DBICx/Sugar/.packlist
BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite
BUILD_DEPENDS+= p5-Test-Modern>=0:../../devel/p5-Test-Modern
BUILD_DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader
BUILD_DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
BUILD_DEPENDS+= p5-MooseX-Types-LoadableClass>0:../../devel/p5-MooseX-Types-LoadableClass
BUILD_DEPENDS+= p5-Moo>=0:../../devel/p5-Moo

DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
DEPENDS+= p5-SQL-Translator>=0.11018:../../databases/p5-SQL-Translator
Expand Down
10 changes: 5 additions & 5 deletions databases/p5-DBICx-Sugar/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/03 01:56:19 agc Exp $
$NetBSD: distinfo,v 1.3 2016/11/06 02:38:21 wen Exp $

SHA1 (DBICx-Sugar-0.0001.tar.gz) = 985afc06cba3b70beee9e21efb25ff46518ab6c6
RMD160 (DBICx-Sugar-0.0001.tar.gz) = dfb626eb58646e1c7dd07f9c0b6a49d4516e2090
SHA512 (DBICx-Sugar-0.0001.tar.gz) = d89c919baa0d588856de99256df708e3be8598d7a59ea1798aa75faf3946714c051cdbaf0e426dacb09d4ff6bfb9e9de5edb550b6ff4f0b7bb4480510128e556
Size (DBICx-Sugar-0.0001.tar.gz) = 16046 bytes
SHA1 (DBICx-Sugar-0.0100.tar.gz) = 20a46958881b80a1e2963a94ab19d75203159f8e
RMD160 (DBICx-Sugar-0.0100.tar.gz) = 27b6b152edd549c7a63946810956e699f0c316dd
SHA512 (DBICx-Sugar-0.0100.tar.gz) = f034da76509a6c80f23739aa8cc7971f738d39c32a0841d68030308fbdc2ba63de08acb4dcd140c8bcd1e951ec52ca2ec7b3dfa0a04c6b0c4a2da1c67a3daac7
Size (DBICx-Sugar-0.0100.tar.gz) = 17009 bytes

0 comments on commit e95afaf

Please sign in to comment.