Tirex::Source::Test -- Dummy source for testing
Contents
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.0 2024-11-08 Tirex::Source::Test(3pm)
Name
Tirex::Source::Test -- Dummy source for testing
Synopsis
my $source = Tirex::Source::Test->new('x');
$source->notify();
