Apache-Htaccess
view release on metacpan or search on metacpan
192021222324252627282930if
(
$obj
->requires(
'admin.cgi'
,
'admin'
,
'3'
)) {
"ok\n"
; }
else
{
"not ok\n"
; }
if
(
$obj
->save()) {
"ok 6\n"
; }
else
{
"not ok\n"
; }
if
(-e
'htaccess'
) {
"ok 7\n"
; }
else
{
"not ok\n"
; }
if
( (
stat
(
'htaccess'
))[7] > 0 ) {
"ok 8\n"
; }
else
{
"not ok\n"
; }
( run in 1.579 second using v1.01-cache-2.11-cpan-49f99fa48dc )