Codebase list libmango-perl / f765234
suppress portability warnings in tests Olivier Duclos 8 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1111
1212 package main;
1313 use Mojo::Base -strict;
14 no warnings 'portable'; # Mango works on 64bits systems only
1415
1516 use Test::More;
1617 use Mango::BSON ':bson';