4.0.0alpha.svn.7719
Amanda modules list
List of All Modules
All Amanda Releases

Amanda::BigIntCompat

NAME

Amanda::BigIntCompat -- make Math::BigInt behave consistently

SYNOPSIS

  use Amanda::BigIntCompat;
  use Math::BigInt;

  my $bn = Math::BigInt->new(1);
  print "okay\n" if $bn eq "1";

INTERFACE

This module will modify Math::BigInt to hide inconsistent behaviors across Perl versions. Specifically, it handles the following.

stringification

Older versions of Math::BigInt, like the one shipped with Perl 5.6.1, stringify positive numbers with a leading + (e.g. +1 instead of 1).

ABOUT THIS PAGE

This page was automatically generated Tue Mar 19 07:08:15 2019 from the Amanda source tree, and documents the most recent development version of Amanda. For documentation specific to the version of Amanda on your system, use the 'perldoc' command.


4.0.0alpha.svn.7719