[Clipart] SVG::Metadata 0.15

Bryce Harrington bryce at bryceharrington.com
Tue Aug 10 22:22:38 PDT 2004


I've posted 0.15 to CPAN just now.  Only change is to reactivate the
tests.  I've redone 0.use.t in the style below.  I've also reactivated
the other test script but I'm not sure the syntax is right for cpan.  It
succeeds a `make test` on my box though...

Bryce

On Tue, 10 Aug 2004, Jonadab the Unsightly One wrote:
> Alberto Simões <hashashin at gmail.com> writes:
> 
> > Yes, 0.14 installs correctly if you do the installation manually:
> >   perl Makefile.PL
> >   make
> >   make install
> >
> > But, CPAN shell does also a make test. Given there are no tests in t/
> > it complains :)
> 
> Oh, that's an _easy_ fix.  Create a file t/001_load.t with the
> following six lines:
> 
> # -*- perl -*-
> # t/001_load.t - check module loading and create testing directory
> use Test::More tests => 2;
> BEGIN { use_ok( 'SVG::Metadata' ); }
> my $object = SVG::Metadata->new ();
> isa_ok ($object, 'SVG::Metadata');
> 
> _______________________________________________
> clipart mailing list
> clipart at freedesktop.org
> http://freedesktop.org/mailman/listinfo/clipart
> 
> 



More information about the clipart mailing list