The NetBSD Project

CVS log for pkgsrc/devel/p5-Test-MockModule/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Test-MockModule

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.34 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:15 2023 UTC (9 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

*: recursive bump for perl 5.38

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:27 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

*: recursive bump for perl 5.36

Revision 1.32 / (download) - annotate - [select for diffs], Mon Oct 11 20:50:04 2021 UTC (2 years, 6 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Update to 0.177.0. From the changelog:

- 35f0d0b Update changelog - Geoff Franks
- 1d5b485 Move test modules from build to test requires - Olaf Alders
- 78afe10 Clean up changelog - Geoff Franks

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jul 4 08:37:14 2021 UTC (2 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored)

Update to 0.176

Upstream changes:
v0.176.0
- 3ba8bc7 lexically scoped strictness - David Cantrell
- e57fc5a Update ci with dockerhub auth - Geoff Franks
- bfe1e63 Update GitHub workflow with deprecated add-path - Nicolas R

Revision 1.30 / (download) - annotate - [select for diffs], Mon May 24 19:51:46 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

*: recursive bump for perl 5.34

Revision 1.29 / (download) - annotate - [select for diffs], Sun Sep 20 07:39:05 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

p5-Test-MockModule: update to 0.175.0.

Fix dependency on p5-SUPER.

v0.175.0
- 964aa2a Ignore CI files and whitesource - Nicolas R

v0.174.0
- cf65e7c Fix typo in pod - nima

Revision 1.28 / (download) - annotate - [select for diffs], Mon Sep 7 10:13:21 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (colored)

p5-Test-MockModule: update to 0.173.0.

v0.173.0
- 4dacd82 Add warning when 'unmock' called without arguments - Matthew Hughes
- b20dc7c import warns when using unknown argument - Nicolas R
- 3b217ba Fix windows CI by installing SUPER - Nicolas R
- 0ef70c5 Add .whitesource configuration file - whitesource-bolt-for-github[bot]

Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:04 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Apr 18 11:14:01 2020 UTC (3 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

(devel/p5-Test-MockModule) Updated to 0.172.0

v0.172.0
- 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R
- 0538fe1 Plug GitHub workflow as additional CI - Nicolas R
- 0e9d90b update parallel to use in_parallel instead ofaggregate - Geoff Franks

Revision 1.25 / (download) - annotate - [select for diffs], Mon Oct 28 13:01:46 2019 UTC (4 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.24: +6 -8 lines
Diff to previous 1.24 (colored)

(devel/p5-Test-MockModule) Updated 0.170.0 to 0.171.0

v0.171.0
- 89dc5c0 Fixes #25 - mocking core::global no longer fails trying to load the module - Geoff Franks
- 9bb081a update ci for fewer infinite loops - Geoff Franks
- 289d014 Update release notes for all the newly merged PRs - Geoff Franks
- fef9e74 Allow chaining of new with mock, redefine, define - Nicolas Rochelemagne
- e136131 Prevent redefine() from triggering DESTROY. - Felipe Gasper
- 311f6b4 Adjust Travis CI configuration to use travis-perl.github.io - Nicolas Rochelemagne
- 2bed3e2 Add strict mode to ban the use of noop and mock. - Todd Rinaldo
- 0298d8d Provide define method so the mock method is unneeded in tests. - Todd Rinaldo

Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:33 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 30 20:15:53 2019 UTC (4 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

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.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Sep 2 07:25:37 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.21: +3 -4 lines
Diff to previous 1.21 (colored)

p5-Test-MockModule: update to 0.170.0.

v0.170.0
- 182d066 Fix versioning for semver conversion + PAUSE - Geoff Franks
- 4afeedf release v0.17.0 - CI Bot
- 9df8ac4 Add CI pipeline for releasing to cpan - Geoff Franks
- 577350e Pod - provide a code snippet for original usage - Nicolas R
- 3e4ec72 Add missing pod entries - Geoff Franks

v0.16
    - Fixes an issue where warnings were thrown for mismatched prototypes,
      when mocking a prototyped function.

      Thanks @toddr for the fix!

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:47 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Recursive bump for perl5-5.28.0

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 9 06:39:54 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

p5-Test-MockModule: update to 0.15.

v0.15
    - Fixes a minor bug in the release tarball

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 6 06:39:40 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored)

p5-Test-MockModule: update to 0.14.

v0.14
    - Fixes a bug where the `redefine()` function was dying when attempting to
      mock a function that was defined further up a module's inheritance chain.
      It now only dies when the mocked function does not exist in the module being
      mocked, or any of its parent modules. Thanks @atoomic for the improvement!

Revision 1.18 / (download) - annotate - [select for diffs], Mon Oct 9 07:33:35 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

p5-Test-MockModule: update to 0.13.

v0.13
    - Added the `redefine()` function. It works just like `mock()`, except if the
      method being mocked doesn't exist, it causes a panic. Many thanks to Felipe
      Gasper for this feature!

Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 17 13:15:45 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

p5-Test-MockModule: update to 0.12.

v0.12
    - Added the `noop()` function to make mocking noops easier. Thanks for the PR,
      Ali Zia!

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:44 2017 UTC (6 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:39 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 14 12:49:23 2016 UTC (8 years ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored)

Update p5-Test-MockModule to 0.11.

Changes not documented.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 30 20:49:31 2016 UTC (8 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.12: +3 -4 lines
Diff to previous 1.12 (colored)

Fixed pkglint warnings

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 6 10:10:49 2015 UTC (8 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

Updat 0.09 to 0.10
-----------------
v0.10 2015-05-30
    - Updated docs for mocking when using exported functions

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:50 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 9 23:12:20 2015 UTC (8 years, 11 months ago) by mef
Branch: MAIN
Changes since 1.9: +7 -1 lines
Diff to previous 1.9 (colored)

Set TEST_TARGET?= # empty to skip make test
 devel/autoconf  (but just add 2.69 status)
 devel/dejagnu
 devel/p5-ExtUtils-AutoInstall (infinite loop)
 devel/p5-Inline-C             (fail at t/27inline_maker.t)
 devel/p5-Search-Elasticsearch (several items)
Some other {net,devel}/p5-packages
 Set BUILD_DEPENDS+= for make test

Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 17 01:06:38 2015 UTC (9 years ago) by mef
Branch: MAIN
Changes since 1.8: +4 -3 lines
Diff to previous 1.8 (colored)

(pkgsrc)
 - Convert to PERL5_MODULE_TYPE=     Module::Build
(upstream)
 - Update 0.05 to 0.09  (for 0.09 is not listed below)
------------------
v0.08 2015-03-15
    - Ensure LICENSE autogenerates for distribution, fixed license issues in Build.PL

v0.08 2015-03-14
    - Updated README with correct instructions now that we use Build.PL

v0.07 2015-03-14
    - Updated docs for more clarity when handling objects of mocked classes.

v0.06 2015-03-07
    - unmock() on inherited subroutines will dispatch to the parent module,
      rather than replace the local subroutine with the parent's subroutine
      from the time of mocking (RT77439)

Revision 1.8 / (download) - annotate - [select for diffs], Thu May 29 23:36:22 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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.

Revision 1.7 / (download) - annotate - [select for diffs], Fri May 31 12:40:49 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 31 11:19:07 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.5: +1 -3 lines
Diff to previous 1.5 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 3 21:55:43 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 14 12:26:42 2011 UTC (12 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 21 16:34:35 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 19 19:18:01 2008 UTC (15 years, 6 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 9 00:32:36 2008 UTC (15 years, 7 months ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of p5-Test-MockModule version 0.05 in the NetBSD
Packages Collection.

The Perl 5 module Test::MockModule lets you temporarily redefine
subroutines in other packages for the purposes of unit testing.
A Test::MockModule object is set up to mock subroutines for a given
module. The object remembers the original subroutine so it can be
easily restored. This happens automatically when all MockModule
objects for the given module go out of scope, or when you unmock()
the subroutine.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 9 00:32:36 2008 UTC (15 years, 7 months ago) by seb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>