Provided by: tirex_0.7.1-3build4_amd64 

NAME
Tirex::Source::Test -- Dummy source for testing
SYNOPSIS
my $source = Tirex::Source::Test->new('x');
$source->notify();
DESCRIPTION
Dummy source for testing notifies.
METHODS
Tirex::Source::Test->new($x)
Create new object. The parameter will be returned on notify calls.
$source->notify()
Returns the parameter that was given when the class was created.
perl v5.40.1 2025-08-07 Tirex::Source::Test(3pm)