Archive-Libarchive-XS
view release on metacpan or search on metacpan
maint/before_build.pl view on Meta::CPAN
archive_compression
archive_entry_set_ino64
archive_entry_ino64
archive_entry_stat32
archive_entry_stat64
);
delete $symbols{$_} for @deprecated;
my @not_real = qw(
archive_acl
archive_read
archive_read_support_XXX
archive_write_disk
archive_read_open_XXX
archive_platform
archive_read_disk
archive_entry_linkresolver
);
delete $symbols{$_} for @not_real;
my @typedefs = qw(
archive_entry
archive_match
archive_read_callback
archive_skip_callback
archive_seek_callback
archive_write_callback
archive_open_callback
archive_close_callback
t/common_00_diag.t view on Meta::CPAN
use strict;
use warnings;
use Test::More tests => 1;
use File::Basename qw( dirname );
use File::Spec;
use Archive::Libarchive::XS;
pass 'okay';
my $fn;
my $not_first;
$fn = File::Spec->catfile(
dirname( __FILE__ ),
File::Spec->updir,
'inc',
'constants.txt'
);
$not_first = 0;
diag '';
diag '';
foreach my $const (do { open my $fh, '<', $fn; <$fh> })
{
chomp $const;
unless(Archive::Libarchive::XS->can($const))
{
diag "missing constants:" unless $not_first++;
diag " - $const";
}
}
if($not_first)
{
diag '';
diag '';
}
$fn = File::Spec->catfile(
dirname( __FILE__ ),
File::Spec->updir,
'inc',
'functions.txt'
);
$not_first = 0;
foreach my $func (do { open my $fh, '<', $fn; <$fh> })
{
chomp $func;
unless(Archive::Libarchive::XS->can($func))
{
diag "missing functions:" unless $not_first++;
diag " - $func";
}
}
if($not_first)
{
diag '';
diag '';
}
eval q{ use Archive::Libarchive::XS };
diag $@ if $@;
diag 'archive_perl_codeset: ' . eval q{ Archive::Libarchive::XS::archive_perl_codeset() };
diag $@ if $@;
xs/ppport.h view on Meta::CPAN
ASCII_RESTRICT_PAT_MOD|5.013009||Viu
ASCII_RESTRICT_PAT_MODS|5.013009||Viu
ASCII_TO_NATIVE|5.007001||Viu
ASCII_TO_NEED|5.019004||dcVnu
asctime|5.009000||Viu
ASCTIME_R_PROTO|5.008000|5.008000|Vn
assert|5.003007||Viu
__ASSERT_|5.019007|5.008008|p
ASSERT_CURPAD_ACTIVE|5.008001||Viu
ASSERT_CURPAD_LEGAL|5.008001||Viu
assert_not_glob|5.009004||Viu
assert_not_ROK|5.008001||Viu
assert_uft8_cache_coherent|5.013003||Viu
assignment_type|5.021005||Viu
ASSUME|5.019006||Viu
atfork_lock|5.007002|5.007002|nu
atfork_unlock|5.007002|5.007002|nu
aTHX_|5.006000|5.003007|p
aTHX|5.006000|5.003007|p
aTHXa|5.017006||Viu
aTHXo|5.006000||Viu
aTHXR_||5.003007|ponu
xs/ppport.h view on Meta::CPAN
NONDESTRUCT_PAT_MOD|5.013002||Viu
NONDESTRUCT_PAT_MODS|5.013002||Viu
NON_OTHER_COUNT_FOR_USE_ONLY_BY_REGCOMP_DOT_C|5.021005||Viu
no_op|5.003007||Viu
NOOP|5.005000|5.003007|p
noperl_die|5.021006||vVniu
NORETURN_FUNCTION_END|5.009003||Viu
NORMAL|5.003007||Viu
NOSTR|5.027010||Viu
NO_TAINT_SUPPORT|5.017006||Viu
not_a_number|5.005000||Viu
NOTE3|5.027001||Viu
NOTHING|5.003007||Viu
nothreadhook|5.008000|5.008000|
notify_parser_that_changed_to_utf8|5.025010||Viu
not_incrementable|5.021002||Viu
NOT_IN_PAD|5.005000||Viu
NOT_REACHED|5.019006||Viu
NPOSIXA|5.017003||Viu
NPOSIXD|5.017003||Viu
NPOSIXL|5.017003||Viu
NPOSIXU|5.017003||Viu
NSIG|5.009003||Viu
ntohi|5.003007||Viu
ntohl|5.003007||Viu
ntohs|5.003007||Viu
xs/ppport.h view on Meta::CPAN
WHILEM_A_pre|5.009005||Viu
WHILEM_A_pre_fail|5.009005||Viu
WHILEM_B_max|5.009005||Viu
WHILEM_B_max_fail|5.009005||Viu
WHILEM_B_min|5.009005||Viu
WHILEM_B_min_fail|5.009005||Viu
WIDEST_UTYPE|5.015004|5.003007|p
WIFEXITED|5.008001||Viu
WIFSIGNALED|5.008001||Viu
WIFSTOPPED|5.008001||Viu
win32_croak_not_implemented|5.017006||Vniu
WIN32SCK_IS_STDSCK|5.007001||Viu
win32_setlocale|5.027006||Viu
withinCOUNT|5.031004||Viu
WITH_LC_NUMERIC_SET_TO_NEEDED|5.031003|5.031003|
WITH_LC_NUMERIC_SET_TO_NEEDED_IN|5.031003|5.031003|
with_queued_errors|5.013001||Viu
WNOHANG|5.008001||Viu
wrap_keyword_plugin|5.027006|5.027006|x
wrap_op_checker|5.015008|5.015008|
write|5.005000||Viu
xs/ppport.h view on Meta::CPAN
#if ! defined(PERL_REVISION) && ! defined(PERL_VERSION_MAJOR)
# if ! defined(__PATCHLEVEL_H_INCLUDED__) \
&& ! ( defined(PATCHLEVEL) && defined(SUBVERSION))
# define PERL_PATCHLEVEL_H_IMPLICIT
# include <patchlevel.h>
# endif
# if ! defined(PERL_VERSION) \
&& ! defined(PERL_VERSION_MAJOR) \
&& ( ! defined(SUBVERSION) || ! defined(PATCHLEVEL) )
# include <could_not_find_Perl_patchlevel.h>
# endif
#endif
#ifdef PERL_VERSION_MAJOR
# define D_PPP_MAJOR PERL_VERSION_MAJOR
#elif defined(PERL_REVISION)
# define D_PPP_MAJOR PERL_REVISION
#else
# define D_PPP_MAJOR 5
#endif
( run in 0.867 second using v1.01-cache-2.11-cpan-cc502c75498 )