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.
2023-04-11 | perl v5.36.0 |