add some perl package

This commit is contained in:
burakerturk
2015-07-16 02:38:36 +03:00
parent a3320c1bbe
commit 72afa0ce95
102 changed files with 5234 additions and 4 deletions
@@ -0,0 +1,11 @@
--- t/inquire_cred.t
+++ t/inquire_cred.t
@@ -29,6 +29,8 @@
};
SKIP: {
+ skip('This test requires a working kerberos setup', 6);
+
if ( $status->major != GSS_S_COMPLETE ) {
diag( "\n\nNo error: acquire_cred() failed, maybe because you have to run kinit first.\n",
"Errormessage from your GSSAPI-implementation is: \n\n" . qq{"$status"},