CGI-Application-NetNewsIface
view release on metacpan or search on metacpan
lib/CGI/Application/NetNewsIface.pm view on Meta::CPAN
614615616617618619620621622623624625626627628629630631632633634EOF
}
=head2 $cgiapp->update_group($group)
Updates the cache records for the NNTP group C<$group>. This method is used
for maintenance, to make sure a script loads promptly.
=cut
sub
update_group
{
my
$self
=
shift
;
my
$group
=
shift
;
my
$cache
= CGI::Application::NetNewsIface::Cache::DBI->new(
{
'nntp'
=>
$self
->_get_nntp(),
'dsn'
=>
$self
->param(
'dsn'
),
},
);
( run in 0.266 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )