treebird/perl/notifications.pm
nekobit 5b9c7d75f5 Perl file hashes
FossilOrigin-Name: 99a43c7224138245ccd8270c04aefcc3b47cdf23e1eecb65abae6913e3b9105e
2022-07-25 05:12:54 +00:00

12 lines
148 B
Perl

package Notifications;
use Exporter 'import';
our @EXPORT = qw( &notifs_compact );
sub notifs_compact
{
# my ($template, ) = @_;
1;
}