2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-03-25 11:52:28 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
p5-DBIx-Class-Schema-Loader: remove unneeded dependency.
Ride update.
|
2018-03-25 11:51:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-DBIx-Class-Schema-Loader: update to 0.07049.
0.07049 - 2018-03-21
- Fix tests when the path to perl has spaces in it (GH#19)
- Inline String::CamelCase::wordsplit() due to RT#123030
- Get enum values from DBD::Pg if it's new enough
- Remove dependency on DBIx::Class::IntrospectableM2M
0.07048_01 - 2018-02-23
- Convert from Module::Install to ExtUtils::MakeMaker + Distar (GH#17)
|
2018-01-21 04:44:43 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.07048
Add missing DEPENDS
Upstream changes:
0.07048 2018-01-20
- Fix for PostgreSQL enums not in the schema search path (RT#123234)
- Fix 'default now()' test for PostgreSQL v10
- Work around incompatible change in Hash::Merge (GH#16)
- Fix skip count for non-InnoDB MySQL test
|
2017-06-14 15:33:38 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Update p5-DBIx-Class-Schema-Loader to 0.07047. Changes:
0.07047 2017-05-26
- Avoid upcoming DBIC warning on implicit SELECT * invocation
(RT#118178)
- Improve moniker_map and col_accessor_map coderef documentation (GH#7)
- Improve exclude and constraint documentation (GH#12)
- Fix running Makefile.PL without '.' in @INC (RT#121905)
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-11-13 04:40:30 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.07046
Upstream changes:
0.07046 2016-09-05
- Introspect view definitions for PostgreSQL, MySQL, Oracle,
Firebird, and InterBase.
- When a file's md5sum was wrong but no other content in the file had
changed, it would not be rewritten even when overwrite_modifications
was true. Fixed by Dave Rolsky. GH #8.
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-04-20 15:54:55 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
- Add following lines for make test
+BUILD_DEPENDS+= p5-DBD-SQLite2-[0-9]*:../../databases/p5-DBD-SQLite2
+BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
+BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
|