Tirex::Source::Test(3pm) User Contributed Perl Documentation Tirex::Source::Test(3pm)

Tirex::Source::Test -- Dummy source for testing

 my $source = Tirex::Source::Test->new('x');
 $source->notify();

Dummy source for testing notifies.

Create new object. The parameter will be returned on notify calls.

Returns the parameter that was given when the class was created.

2024-04-01 perl v5.38.2