File: Inlined.xs

package info (click to toggle)
libmoose-perl 2.2014-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,372 kB
  • sloc: perl: 21,330; ansic: 291; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#include "mop.h"

MODULE = Class::MOP::Method::Inlined   PACKAGE = Class::MOP::Method::Inlined

PROTOTYPES: DISABLE

BOOT:
    INSTALL_SIMPLE_READER(Method::Inlined, _expected_method_class);