File: StupidLoop.pm

package info (click to toggle)
libio-async-perl 0.51-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,052 kB
  • sloc: perl: 11,110; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
package t::StupidLoop;

use strict;
use base qw( IO::Async::Loop );

sub new { return bless {}, shift; }

1;