File: Channel.pm

package info (click to toggle)
libdbix-class-candy-perl 0.005004-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 623; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
package IRC::Schema::ResultSet::Channel;

use IRC::Schema::CandyRS;

sub test_experimental { eval <<'EVAL'
   sub ($a) { $a + 1}
EVAL
}

1;