File: Error.pm

package info (click to toggle)
libanyevent-redis-perl 0.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 248 kB
  • ctags: 142
  • sloc: perl: 1,888; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
package AnyEvent::Redis::Error;

use strict;
use warnings;

sub message {
    ${ $_[0] }
}

1;