skip tests without SQLite
[dbsrgits/DBIx-Class-RowCountStatistics.git] / Makefile.PL
CommitLineData
231ba12b 1use strict;
2use warnings FATAL => 'all';
3use ExtUtils::MakeMaker;
4
5(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
6
7WriteMakefile(
8 NAME => 'CtrlO::DBIC::Cursor::RowCountStatistics',
9 VERSION_FROM => 'lib/CtrlO/DBIC/Cursor/RowCountStatistics.pm'
10);