File: V.pm

package info (click to toggle)
libmath-mpfr-perl 4.45-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,716 kB
  • sloc: perl: 1,508; ansic: 517; makefile: 9
file content (22 lines) | stat: -rwxr-xr-x 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## This file generated by InlineX::C2XS (version 0.24) using Inline::C (version 0.73)

# Provides access to some gmp and mpfr macros/constants

package Math::MPFR::V;
use strict;
use warnings;

require Exporter;
*import = \&Exporter::import;
require DynaLoader;

our $VERSION = '4.45';
#$VERSION = eval $VERSION;
Math::MPFR::V->DynaLoader::bootstrap($VERSION);

@Math::MPFR::V::EXPORT = ();
@Math::MPFR::V::EXPORT_OK = ();

sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking

1;