Skip to content

Tags: gluesys/p5-Mouse

Tags

v2.5.6

Toggle v2.5.6's commit message
Checking in changes prior to tagging of version v2.5.6.

Changelog diff is:

diff --git a/Changes b/Changes
index 808e88e..f31e5e0 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Mouse

 {{$NEXT}}

+v2.5.6 2018-08-13T22:47:57Z
+    - Revert "Warn if accessors overwrite methods/functions" for now; it may cause crashes in perl 5.28.0 (xslate#94)
+
 v2.5.5 2018-08-13T15:41:32Z
     - Warn if accessors overwrite methods/functions (ybrliiu xslate#86, xslate#90, xslate#93)
     - Fix for threads and XS; use newSVpvs instead of newSVpvs_share (sergeykolychev xslate#92)

v2.5.5

Toggle v2.5.5's commit message
Checking in changes prior to tagging of version v2.5.5.

Changelog diff is:

diff --git a/Changes b/Changes
index 7e69336..808e88e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Mouse

 {{$NEXT}}
+
+v2.5.5 2018-08-13T15:41:32Z
     - Warn if accessors overwrite methods/functions (ybrliiu xslate#86, xslate#90, xslate#93)
     - Fix for threads and XS; use newSVpvs instead of newSVpvs_share (sergeykolychev xslate#92)

v2.5.4

Toggle v2.5.4's commit message
Checking in changes prior to tagging of version v2.5.4.

Changelog diff is:

diff --git a/Changes b/Changes
index efa722d..5e741f1 100644
--- a/Changes
+++ b/Changes
@@ -2,9 +2,12 @@ Revision history for Mouse

 {{$NEXT}}

-v2.5.3 2018-05-05T03:35:45Z
+v2.5.4 2018-05-05T03:43:55Z
     - Follow Devel::PPPort 3.42 (xslate#87)

+v2.5.3 2018-05-05T03:35:45Z
+    - Sorry, I made a mistake. Do not use this version.
+
 v2.5.2 2018-02-17T01:47:32Z
     - Skip t/900_mouse_bugs/016_issue17_memleak.t under 5.10.0

v2.5.3

Toggle v2.5.3's commit message
Checking in changes prior to tagging of version v2.5.3.

Changelog diff is:

diff --git a/Changes b/Changes
index 0285c61..efa722d 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Mouse

 {{$NEXT}}

+v2.5.3 2018-05-05T03:35:45Z
+    - Follow Devel::PPPort 3.42 (xslate#87)
+
 v2.5.2 2018-02-17T01:47:32Z
     - Skip t/900_mouse_bugs/016_issue17_memleak.t under 5.10.0

v2.5.2

Toggle v2.5.2's commit message
Checking in changes prior to tagging of version v2.5.2.

Changelog diff is:

diff --git a/Changes b/Changes
index 30b389c..0285c61 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Mouse

 {{$NEXT}}

+v2.5.2 2018-02-17T01:47:32Z
+    - Skip t/900_mouse_bugs/016_issue17_memleak.t under 5.10.0
+
 v2.5.1 2018-01-07T14:34:19Z
     - use PERL_UNUSED_RESULT (xslate#83)
     - Apply several minor patches, especially for packaging (xslate#84)

v2.5.1

Toggle v2.5.1's commit message
Checking in changes prior to tagging of version v2.5.1.

Changelog diff is:

diff --git a/Changes b/Changes
index 75a4af7..30b389c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Mouse

 {{$NEXT}}

+v2.5.1 2018-01-07T14:34:19Z
+    - use PERL_UNUSED_RESULT (xslate#83)
+    - Apply several minor patches, especially for packaging (xslate#84)
+
 v2.5.0 2017-11-26T18:38:18Z
     - Fix build under perl 5.8 (wyoung xslate#63, autarch xslate#76, xslate#79)
     - Use version->declare() to declare $VERSION (neilb xslate#55, xslate#80)

v2.5.0

Toggle v2.5.0's commit message
Checking in changes prior to tagging of version v2.5.0.

Changelog diff is:

diff --git a/Changes b/Changes
index 5675607..75a4af7 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Mouse

 {{$NEXT}}

+v2.5.0 2017-11-26T18:38:18Z
+    - Fix build under perl 5.8 (wyoung xslate#63, autarch xslate#76, xslate#79)
+    - Use version->declare() to declare $VERSION (neilb xslate#55, xslate#80)
+    - Make `prove -br t` work with dot-not-in-INC perls (xslate#81)
+
 v2.4.10 2017-07-18T04:12:23Z
     - xslate/p5-Mouse@v2.4.9...v2.4.10

v2.4.10

Toggle v2.4.10's commit message
Checking in changes prior to tagging of version v2.4.10.

Changelog diff is:

diff --git a/Changes b/Changes
index 3c627cf..5675607 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Mouse

 {{$NEXT}}

+v2.4.10 2017-07-18T04:12:23Z
+    - xslate/p5-Mouse@v2.4.9...v2.4.10
+
 v2.4.9 2017-02-22T01:23:31Z
     - Fix build issue on newer Perl

v2.4.9

Toggle v2.4.9's commit message
Checking in changes prior to tagging of version v2.4.9.

Changelog diff is:

diff --git a/Changes b/Changes
index 8d7507f..3c627cf 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Mouse

 {{$NEXT}}
+
+v2.4.9 2017-02-22T01:23:31Z
     - Fix build issue on newer Perl

 v2.4.8 2017-02-16T08:45:28Z

v2.4.8

Toggle v2.4.8's commit message
Checking in changes prior to tagging of version v2.4.8.

Changelog diff is:

diff --git a/Changes b/Changes
index 3ee454d..7831d58 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Mouse

 {{$NEXT}}
+
+v2.4.8 2017-02-16T08:45:28Z
     - Fix stack collapse(xslate#71)

 v2.4.7 2017-01-14T13:46:04Z