On 9 Oct 2007, at 09:22, Smylers wrote:
Well don't have them then -- put the assignment in the use statement,
which is run at BEGIN time anyway:

  use Test::More tests => 1;
  my $CLASS;
  use ok $CLASS = 'DateTime';

Freaky. Nice :)

--
Andy Armstrong, Hexten



Reply via email to