Codebase list libfunction-parameters-perl / bc07e58
version 1.0402 Lukas Mai 9 years ago
4 changed file(s) with 8 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Function-Parameters
1
2 1.0402 2014-09-01
3 - fix #92871: don't access dead stack frames on error
4 - fix #95803: don't dereference NULL
15
26 1.0401 2013-10-09
37 - enable type checks by default
3535
3636 COPYRIGHT AND LICENCE
3737
38 Copyright (C) 2009-2013 Lukas Mai
38 Copyright (C) 2009-2014 Lukas Mai
3939
4040 This program is free software; you can redistribute it and/or modify it
4141 under the terms of either: the GNU General Public License as published
22 use v5.14.0;
33 use warnings;
44
5 our $VERSION = '1.0301';
5 our $VERSION = '1.0402';
66
77 # If Moo isn't loaded yet but Moose is, avoid pulling in Moo and fall back to Moose
88 my ($Moo, $meta_make_immutable);
66
77 use XSLoader;
88 BEGIN {
9 our $VERSION = '1.0401';
9 our $VERSION = '1.0402';
1010 XSLoader::load;
1111 }
1212
882882
883883 =head1 COPYRIGHT & LICENSE
884884
885 Copyright 2010-2013 Lukas Mai.
885 Copyright 2010-2014 Lukas Mai.
886886
887887 This program is free software; you can redistribute it and/or modify it
888888 under the terms of either: the GNU General Public License as published