diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 02:31:36 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 02:39:00 +0200 |
commit | 15e51e5a9fcb3dcf74b77a4a25ce32737f6f05bf (patch) | |
tree | 4cbabd22fc2d95813572cf0ed8ae77daa6010ca9 | |
parent | 096a8ca16571519c77eabe30cc8f50c570837065 (diff) | |
download | perl_checker-15e51e5a9fcb3dcf74b77a4a25ce32737f6f05bf.tar perl_checker-15e51e5a9fcb3dcf74b77a4a25ce32737f6f05bf.tar.gz perl_checker-15e51e5a9fcb3dcf74b77a4a25ce32737f6f05bf.tar.bz2 perl_checker-15e51e5a9fcb3dcf74b77a4a25ce32737f6f05bf.tar.xz perl_checker-15e51e5a9fcb3dcf74b77a4a25ce32737f6f05bf.zip |
kill fake package for unused Math::Int64 module
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | fake_packages/Math/Int64.pm | 108 |
2 files changed, 1 insertions, 108 deletions
@@ -1,5 +1,6 @@ - fake packages: o kill fake packages for unused Gtk2 modules + o kill fake package for unused Math::Int64 module Version 1.2.38 - 28 April 2020, by Thierry Vignaud diff --git a/fake_packages/Math/Int64.pm b/fake_packages/Math/Int64.pm deleted file mode 100644 index 9a265f8..0000000 --- a/fake_packages/Math/Int64.pm +++ /dev/null @@ -1,108 +0,0 @@ - -package Math::Int64; -our @ISA = qw(); -sub BER_length { my ($_sv) = @_ } -sub BER_to_int64 { my ($_ber) = @_ } -sub BER_to_uint64 { my ($_ber) = @_ } -sub STORABLE_freeze { my ($_self, $_o_cloning) = @_ } -sub STORABLE_thaw { my ($_self, $_cloning, $_serialized, @_more_paras) = @_ } -sub _add { my ($_self, $_other, $_o_rev) = @_ } -sub _and { my ($_self, $_other, $_o_rev) = @_ } -sub _backend() {} -sub _bnot { my ($_self, $_o_other, $_o_rev) = @_ } -sub _bool { my ($_self, $_o_other, $_o_rev) = @_ } -sub _check_pragma_compatibility() {} -sub _clone { my ($_self, $_o_other, $_o_rev) = @_ } -sub _dec { my ($_self, $_o_other, $_o_rev) = @_ } -sub _div { my ($_self, $_other, $_o_rev) = @_ } -sub _eqn { my ($_self, $_other, $_o_rev) = @_ } -sub _gen { my ($_self, $_other, $_o_rev) = @_ } -sub _gtn { my ($_self, $_other, $_o_rev) = @_ } -sub _inc { my ($_self, $_o_other, $_o_rev) = @_ } -sub _left { my ($_self, $_other, $_o_rev) = @_ } -sub _len { my ($_self, $_other, $_o_rev) = @_ } -sub _ltn { my ($_self, $_other, $_o_rev) = @_ } -sub _mul { my ($_self, $_other, $_o_rev) = @_ } -sub _neg { my ($_self, $_o_other, $_o_rev) = @_ } -sub _nen { my ($_self, $_other, $_o_rev) = @_ } -sub _not { my ($_self, $_o_other, $_o_rev) = @_ } -sub _number { my ($_self, $_o_other, $_o_rev) = @_ } -sub _or { my ($_self, $_other, $_o_rev) = @_ } -sub _pow { my ($_self, $_other, $_o_rev) = @_ } -sub _rest { my ($_self, $_other, $_o_rev) = @_ } -sub _right { my ($_self, $_other, $_o_rev) = @_ } -sub _set_may_die_on_overflow { my ($_v) = @_ } -sub _set_may_use_native { my ($_v) = @_ } -sub _spaceship { my ($_self, $_other, $_o_rev) = @_ } -sub _string { my ($_self, $_o_other, $_o_rev) = @_ } -sub _sub { my ($_self, $_other, $_o_rev) = @_ } -sub _xor { my ($_self, $_other, $_o_rev) = @_ } -sub hex_to_int64 { my ($_str) = @_ } -sub hex_to_uint64 { my ($_str) = @_ } -sub import() {} -sub int64 { my ($_o_value) = @_ } -sub int64_rand() {} -sub int64_srand { my ($_o_seed) = @_ } -sub int64_to_BER { my ($_self) = @_ } -sub int64_to_hex { my ($_self) = @_ } -sub int64_to_native { my ($_self) = @_ } -sub int64_to_net { my ($_self) = @_ } -sub int64_to_number { my ($_self) = @_ } -sub int64_to_string { my ($_self, $_o_base) = @_ } -sub native_to_int64 { my ($_native) = @_ } -sub native_to_uint64 { my ($_native) = @_ } -sub net_to_int64 { my ($_net) = @_ } -sub net_to_uint64 { my ($_net) = @_ } -sub string_to_int64 { my ($_str, $_o_base) = @_ } -sub string_to_uint64 { my ($_str, $_o_base) = @_ } -sub uint64 { my ($_o_value) = @_ } -sub uint64_rand() {} -sub uint64_to_BER { my ($_self) = @_ } -sub uint64_to_hex { my ($_self) = @_ } -sub uint64_to_native { my ($_self) = @_ } -sub uint64_to_net { my ($_self) = @_ } -sub uint64_to_number { my ($_self) = @_ } -sub uint64_to_string { my ($_self, $_o_base) = @_ } - -package Math::Int64::die_on_overflow; -our @ISA = qw(); -sub import() {} -sub unimport() {} - -package Math::Int64::native_if_available; -our @ISA = qw(); -sub import() {} -sub unimport() {} - -package Math::UInt64; -our @ISA = qw(); -sub STORABLE_freeze { my ($_self, $_o_cloning) = @_ } -sub STORABLE_thaw { my ($_self, $_cloning, $_serialized, @_more_paras) = @_ } -sub _add { my ($_self, $_other, $_o_rev) = @_ } -sub _and { my ($_self, $_other, $_o_rev) = @_ } -sub _bnot { my ($_self, $_o_other, $_o_rev) = @_ } -sub _bool { my ($_self, $_o_other, $_o_rev) = @_ } -sub _clone { my ($_self, $_o_other, $_o_rev) = @_ } -sub _dec { my ($_self, $_o_other, $_o_rev) = @_ } -sub _div { my ($_self, $_other, $_o_rev) = @_ } -sub _eqn { my ($_self, $_other, $_o_rev) = @_ } -sub _gen { my ($_self, $_other, $_o_rev) = @_ } -sub _gtn { my ($_self, $_other, $_o_rev) = @_ } -sub _inc { my ($_self, $_o_other, $_o_rev) = @_ } -sub _left { my ($_self, $_other, $_o_rev) = @_ } -sub _len { my ($_self, $_other, $_o_rev) = @_ } -sub _ltn { my ($_self, $_other, $_o_rev) = @_ } -sub _mul { my ($_self, $_other, $_o_rev) = @_ } -sub _neg { my ($_self, $_o_other, $_o_rev) = @_ } -sub _nen { my ($_self, $_other, $_o_rev) = @_ } -sub _not { my ($_self, $_o_other, $_o_rev) = @_ } -sub _number { my ($_self, $_o_other, $_o_rev) = @_ } -sub _or { my ($_self, $_other, $_o_rev) = @_ } -sub _pow { my ($_self, $_other, $_o_rev) = @_ } -sub _rest { my ($_self, $_other, $_o_rev) = @_ } -sub _right { my ($_self, $_other, $_o_rev) = @_ } -sub _spaceship { my ($_self, $_other, $_o_rev) = @_ } -sub _string { my ($_self, $_o_other, $_o_rev) = @_ } -sub _sub { my ($_self, $_other, $_o_rev) = @_ } -sub _xor { my ($_self, $_other, $_o_rev) = @_ } -sub import() {} |