table of contents
other versions
- trixie 0.7.1-3+b2
- testing 0.7.1-3+b2
- unstable 0.8.0+ds-1
- experimental 0.8.0-1~exp1
Tirex::Source::Test(3pm) | User Contributed Perl Documentation | Tirex::Source::Test(3pm) |
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.
2025-08-02 | perl v5.40.1 |