Apache-Htpasswd-Perishable

 view release on metacpan or  search on metacpan

Perishable.pm  view on Meta::CPAN

  my $expire = $date + $days;

  $self->writeInfo($login,$expire) or die "couldn't set expiration date: ".$self->error;
  return 1;
}

# Autoload methods go after =cut, and are processed by the autosplit program.

1;
__END__
# Below is stub documentation for your module. You better edit it!

=head1 NAME

Apache::Htpasswd::Perishable - Perl extension for expiring htaccess entries

=head1 SYNOPSIS

  use Apache::Htpasswd::Perishable;

=head1 DESCRIPTION



( run in 0.295 second using v1.01-cache-2.11-cpan-de7293f3b23 )