2014-12-07 22:57:28 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 1.001024 to 1.001026
1.001026 2014-12-01 16:43:10+00:00 Europe/London
- bugfix: not relying on $src->from to be a string anymore,
use $src->name or $src->source_name. mrf++
1.001025 2014-11-30 00:58:13+00:00 Europe/London
- optimization: add empty string as second arg to encode_base64 - rammo++
https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/1/commits
|
2014-11-23 16:20:02 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.001024
Add missing DEPENDS
Upstream changes:
1.001024 2014-08-15 13:55:57+01:00 Europe/London
- Missing test dependency added
1.001023 2014-08-13 22:20:17+01:00 Europe/London
- No change from last version
1.001021_01
- add in option use_find_or_create
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2014-02-05 15:46:48 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.001021
Upstream changes:
1.001021
- Applied patch to solve issue when trying to copy fixtures across volumes
|
2013-09-05 20:26:05 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.001020:
1.001020
- Bumped some dependencies to stop cpan tester fails.
1.001019
- Fixed issue when using fixtures and parallel testing (such as prove -j9 ...)
|
2013-07-03 20:59:10 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for CPAN distribution DBIx-Class-Fixtures in
databases/p5-DBIx-Class-Fixtures from 1.001013nb3 to 1.001018.
pkgsrc changes:
- adjust dependencies
Upstream changes:
1.001018
- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
error reports
1.001017
- POD fixes (justin hunter++)
- Changed the test suite so it doesn't mindlessly break with the changes
introduced by DBIC 0.08200 (nerox++ for bug report).
1.001016
- Support more Postgresql types for datetime_relative (added TIME, DATE,
INTERVAL, TIMESTAMP)
- If $result_source->column_info defines a sequence, make sure we properly
set that sequence to whatever the max value currently is.
1.001015
- ::External::File makes the path if its missing
1.001014
- Allow you to perform value substitutions inside config-sets
- Added a framework to allow you to backup / restore data external to the
database as part of your fixtures. Added an external handler for File
based data, and docs and tests for this.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-03 13:16:27 by Jens Rehsack | Files touched by this commit (67) |
Log message:
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.
Bumping revision
|