diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-02 04:48:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-02 04:48:58 +0000 |
commit | 2b9fcc72ed97ec345a0769817e13379a98a02862 (patch) | |
tree | 96f94ae289330dee7e4be2c17bd4cd3ef9b6ffbd /MDK/Common.pm.pl | |
parent | 4eb86f480428513e47aeeb97d671bbffba6daa14 (diff) | |
download | perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.tar perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.tar.gz perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.tar.bz2 perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.tar.xz perl-MDK-Common-2b9fcc72ed97ec345a0769817e13379a98a02862.zip |
- workaround bug in ocaml on ultrasparc
(can't catch exception "Fatal error: out-of-bound access in array or string" in native code)
- add begins_with in MDK::Common::String
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r-- | MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 2ac0e37..07198f5 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -74,7 +74,7 @@ use vars qw(@ISA @EXPORT $VERSION); #); # perl_checker: RE-EXPORT-ALL @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -$VERSION = "1.1.14"; +$VERSION = "1.1.15"; 1; EOF |