5b9c7d75f5
FossilOrigin-Name: 99a43c7224138245ccd8270c04aefcc3b47cdf23e1eecb65abae6913e3b9105e
11 lines
148 B
Perl
11 lines
148 B
Perl
package Notifications;
|
|
|
|
use Exporter 'import';
|
|
|
|
our @EXPORT = qw( ¬ifs_compact );
|
|
|
|
sub notifs_compact
|
|
{
|
|
# my ($template, ) = @_;
|
|
1;
|
|
}
|