The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Test::More;

use URL::Social;

my $url = URL::Social->new(
    url => 'http://www.dagbladet.no/',
);

ok( $url->linkedin->share_count >= 158, 'share_count' );

done_testing;