Randy W. Sims wrote:
Something like:
sub MY::xs_o { my $self = shift; if ( $Config{make} eq 'nmake' ) { return '...'; } else { return $shift->SUPER::xs_o; } }
Aaah, yes - something like that should work. Thanks Randy.
Cheers, Rob
Randy W. Sims wrote:
Something like:
sub MY::xs_o { my $self = shift; if ( $Config{make} eq 'nmake' ) { return '...'; } else { return $shift->SUPER::xs_o; } }
Aaah, yes - something like that should work. Thanks Randy.
Cheers, Rob