Skip to content

Commit 3dd9fb0

Browse files
Class-Method-Modifiers-2.15
- localize $SIG{__DIE__} before calling eval (closes RT#146848; Yves Orton)
1 parent ede37cf commit 3dd9fb0

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Class-Method-Modifiers
22

3-
{{ $NEXT }}
3+
2.15 2023-03-05 23:42:48Z
44
- localize $SIG{__DIE__} before calling eval (closes RT#146848; Yves
55
Orton)
66

README.pod

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Class::Method::Modifiers - Provides Moose-like method modifiers
88

99
=head1 VERSION
1010

11-
version 2.14
11+
version 2.15
1212

1313
=head1 SYNOPSIS
1414

@@ -269,7 +269,7 @@ L<CLOS|https://en.wikipedia.org/wiki/Common_Lisp_Object_System>
269269

270270
=back
271271

272-
=head1 ACKNOWLEDGEMENTS
272+
=head1 ACKNOWLEDGMENTS
273273

274274
=for stopwords Stevan
275275

@@ -289,7 +289,7 @@ Shawn M Moore <sartak@gmail.com>
289289

290290
=head1 CONTRIBUTORS
291291

292-
=for stopwords Karen Etheridge Shawn M Moore Graham Knop Aaron Crane Peter Rabbitson David Steinbrunner gfx Justin Hunter mannih
292+
=for stopwords Karen Etheridge Shawn M Moore Graham Knop Aaron Crane Peter Rabbitson David Steinbrunner gfx Justin Hunter mannih Yves Orton
293293

294294
=over 4
295295

@@ -329,6 +329,10 @@ Justin Hunter <justin.d.hunter@gmail.com>
329329

330330
mannih <github@lxxi.org>
331331

332+
=item *
333+
334+
Yves Orton <demerphq@gmail.com>
335+
332336
=back
333337

334338
=head1 COPYRIGHT AND LICENSE

0 commit comments

Comments
 (0)