Something
public text v1 · immutablesub new {
my $class = shift;
my $session = shift;
.......
my $asset = SUPER::new($session, [and other args]);
##Do special stuff here
return $asset;
}sub new {
my $class = shift;
my $session = shift;
.......
my $asset = SUPER::new($session, [and other args]);
##Do special stuff here
return $asset;
}