Commit graph

11 commits

Author SHA1 Message Date
mef
86465ca1a4 (pkgsrc)
- Add +DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard
   (See below, and then see misc/Changes.deps), it needs at runtime.
(upstream)
 - Update 1.000005 to 1.001001
---------------------------
1.001001 2015-03-01T05:44:37Z a89c745
 [TestFixes]
 - Try to guard against accidentally failing if a test distdir
   does in fact exist in the "Expect not to exist" test.

1.001000 2015-02-28T11:09:38Z d703dd2
 [Dependencies::Stats]
 - Dependencies changed since 1.000005, see misc/*.deps* for details
 - configure: +1 (recommends: -1, suggests: +1)
 - develop: +10 up 3 -2 (suggests: +1 up 2)
 - runtime: +3 (suggests: +1)
 - test: +1 (recommends: -2, suggests: +2)

 [Deprecations]

 - OO interfaces have a ->add_to_inc method which is being
   replaced with the more generic ->register, which will
   retain meaning when the interface no longer actually uses
   @INC

 [Features]
 - OO interfaces now all have a ->register and a ->clear method.
 - Now supports exporting with_dist_dir and with_module_dir
   functions from Test::File::ShareDir
2015-04-17 00:55:25 +00:00
mef
563bd9a31b Update 1.000000 to 1.000005
---------------------------
1.000005 2014-08-15T23:41:58Z
 [00 Trivial]
 - CPANDAY!
 - no code changes.
 - tests augmented.
 - whitespace greatly reduced.

 [Dependencies::Stats]
 - Dependencies changed since 1.000004, see misc/*.deps* for details
 - configure: «¤1
 - develop: +1 (suggests: «¤1)
 - test: -4 (recommends: «¤1 -2)

 [Misc]
 - Improve source side POD to reduce build side whitespace.

 [Tests]
 - update Test::ReportPrereqs

1.000004 2014-07-22T19:29:27Z
 [Doc Bugfix]
 - Previous releases changelog was misleading.
 - We're requiring a newer Path::Tiny to avoid a problem. ( As opposed to the impression that a newer Path::Tiny caused
   the problem, grammar-- )

1.000003 2014-07-22T19:02:06Z
 [Bugfix]
 - Attempt to avoid tempdir(CLEANUP => 1) being an error by requiring newer Path::Tiny

 [Dependencies::Stats]
 - Dependencies changed since 1.000002, see misc/*.deps* for details
 - runtime: «¤1

1.000002 2014-07-18T16:33:36Z
 [00 Trivial]
 - Minor packaging cleanups shaving ~7k

 [Dependencies::Stats]
 - Dependencies changed since 1.000001, see misc/*.deps* for details
 - develop: (suggests: «¤2)
 - test: +2 «¤1 (recommends: +1)

1.000001 2014-06-07T15:14:38Z
 [00 Trivial]
 - Mostly internal aesthetic changes / perlcritic things.
 - tempdir behaviours used via Path::Tiny interface instead of directly.
 - Silly runtime function proxies mostly deleted.
 - packaging tweaked minorly

 [Dependencies::Stats]
 - Dependencies changed since 1.000000, see misc/*.deps* for details
 - configure: (recommends: «¤1)
 - develop: +3 -3 (suggests: +2 -1)
 - runtime: -1
 - test: (recommends: «¤2)
2015-01-28 02:27:53 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
7eeb51b534 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-05-29 23:35:13 +00:00
wen
dd75cbe61e Update to 1.000000
Update DEPENDS

Upstream changes:
1.000000 2014-01-30T15:23:48Z
 [00 Tooling and Version replacement]
 - Switched to EUMM to accelerate clean-install time.
 - Build-time requirements are now softened
 - Readvertise higher requirements as recommendations
 - version schema moved from x.y.z to x.YYYzzz and is the primary reason
   for incrementing the major

 [Dependencies::Stats]
 - Dependencies changed since 0.4.1, see Changes.deps{,.all,.dev} for
   details
 - build: -1
 - configure: +2 -1
 - develop: +7 ..1 -9
 - test: +8 ..1

0.4.1 2013-11-21T06:51:24Z
 [00 Trivial Doc Fix]
 - Escaping of code containing > was done wrong.

0.4.0 2013-11-21T06:38:44Z
 [00 Major Changes]
 - New Modules/Interfaces to make life easier for people who only need one
   of (Dist|Module) shares.

 [Dependencies::Noteworthy]
 - use Class::Tiny
 - use new MB and TestMore

 [Dependencies::Stats]
 - Dependencies changed since 0.3.3, see Changes.deps{,.all,.dev} for
   details
 - build: ..1
 - configure: ..1
 - develop: +46 -3
 - runtime: +1
 - test: +1 ..1 -1

 [Documentation]
 - Encoding specified
 - MetaPOD annotations added

 [Packaging]
 - use new MB syntax for fallback

 [Tests]
 - use Test::Compile::PerFile
 - Regenerate ReportVersions::Tiny to not report develop deps.
 - Regenerate CPAN::Changes test
 - Regenerate Kwalitee test
2014-05-09 08:16:55 +00:00
wen
d0e6276bd5 Fix build.
(Reported by joerg@, thanks!)
2013-09-12 01:19:33 +00:00
wen
43818a3150 Update to 0.3.3
Update DEPENDS

Upstream changes:
0.3.3 2013-04-03T11:32:08Z
 [!Noteable Changes]
 - Replace Path::Class with Path::Tiny

 [Dependencies::Added / runtime_requires]
 - Path::Tiny

 [Dependencies::Removed / runtime_requires]
 - Path::Class::Dir

0.3.2 2013-04-03T07:03:58Z
 - Maintenance release for MB 0.4004

 [Dependencies::Added / develop_requires]
 - Pod::Coverage::TrustPod
 - Test::CPAN::Meta
 - Test::Pod 1.41
 - Test::Pod::Coverage 1.08
 - version 0.9901

 [Dependencies::Added / runtime_requires]
 - perl 5.006

 [Dependencies::Changed / build_requires]
 - Module::Build 0.3601 . 0.4004

 [Dependencies::Changed / configure_requires]
 - Module::Build 0.3601 . 0.4004

 [Dependencies::Changed / develop_recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803 . v1.3.0

 [Dependencies::Changed / develop_suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL 1.0.0 . v1.7.2

 [Dependencies::Changed / test_requires]
 - Test::More 0.96 . 0.98

 [Documentation]
 - Reindent License
 - Update Copyright Year
 - Update Copyright address
 - Add README.mkdn

 [Meta]
 - Bug tracker moved to github issues

 [Packaging]
 - Build.PL updated for 0.4004 / test_requires

 [Tracking]
 - This source version of 0.3.1 lost and reconstructed
2013-09-05 07:14:32 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 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-03 21:53:53 +00:00
sno
0db3e673f7 Importing package for Perl 5 module Test::File::ShareDir version 0.3.1 from
CPAN into devel/p5-Test-File-ShareDir.

Test::File::ShareDir helps testing modules by mocking a ShareDir as
delivered by File::ShareDir.
2012-07-05 15:55:40 +00:00