# -*- perl -*- # # $Id: Ext.pm,v 1.4 2002/12/29 19:55:34 eserte Exp $ # Author: Slaven Rezic # # Copyright (C) 2001,2002 Slaven Rezic. All rights reserved. # This package is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Mail: slaven.rezic@berlin.de # WWW: http://www.rezic.de/eserte/ # # rare Strassen functions use strict; package Strassen::Ext; package Strassen; die "Do not use this module anymore!"; 1; __END__