logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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();

See Also