Skip to content

Commit

Permalink
remove SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Mar 30, 2024
1 parent 17619ad commit 510c868
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 54 deletions.
14 changes: 4 additions & 10 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ WriteMakefile(
'Path::Tiny' => 0,
'Plack' => 1.0031,
'Storable' => 2.51, # dclone is used
'SVG' => 0, # for Perl::Maven::SVG
'Template' => 2.25,
'Time::HiRes' => 0,
'YAML' => 1.09,
Expand All @@ -48,17 +47,12 @@ WriteMakefile(
'URL::Encode::XS' => 0, # recommended by Dancer2

# needed for bin/perl_analyze.pl
'MetaCPAN::Client' => 0,
'LWP::Simple' => 0,
'Config::Tiny' => 0,
'JSON::XS' => 0, # should be replaced!
'JSON::XS' => 0, # should be replaced!

# For testing
'Test::WWW::Mechanize' => 1.44,
'Test::WWW::Mechanize::PSGI' => 0.35,
'Test::More' => 1,
'Test::Most' => 0.34,
'Test::Script' => 1.07,
'Test::More' => 1,
'Test::Most' => 0.34,
'Test::Script' => 1.07,

# For deployment
'Starman' => 0.4009,
Expand Down
43 changes: 0 additions & 43 deletions lib/Perl/Maven/SVG.pm

This file was deleted.

1 change: 0 additions & 1 deletion t/00-load.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ plan tests => 1 + @scripts;

use Perl::Maven::Config;
use Perl::Maven::Page;
use Perl::Maven::SVG;
use Perl::Maven::Tools;
use Perl::Maven::WebTools;

Expand Down

0 comments on commit 510c868

Please sign in to comment.