Group
Extension

Matches 5

Email-ExactTarget ( A/AU/AUBERTG/Email-ExactTarget-v1.6.2.tar.gz, AUBERTG, 2014; MetaCPAN )
Email-ExactTarget/t/SubscriberOperations/30-retrieve.t ( view source; MetaCPAN )
);
	$test_emails->{ $email } = $is_valid;
}
my $test_emails_count = scalar( keys %$test_emails );
isnt(
	$test_emails_count,
	0,
	'Find test emails.'
);

# Make sure we have a mix of valid and invalid
t_emails );
isnt(
	$valid_emails_count,
	0,
	'Valid emails exist in the list of test emails.',
);
isnt(
	$test_emails_count - $valid_emails_count,
	0,
	'Invalid emails exist in the list of test emails
Email-ExactTarget ( A/AU/AUBERTG/Email-ExactTarget-v1.6.2.tar.gz, AUBERTG, 2014; MetaCPAN )
Email-ExactTarget/t/21-version_info.t ( view source; MetaCPAN )
_ok(
	sub
	{
		$response_data = $exact_target->version_info();
	},
	'Retrieve version info.',
);

isnt(
	$response_data,
	undef,
	'Response is not empty.',
) || diag( explain( $response_data ) );

my 
Email-ExactTarget ( A/AU/AUBERTG/Email-ExactTarget-v1.6.2.tar.gz, AUBERTG, 2014; MetaCPAN )
Email-ExactTarget/t/SubscriberOperations/31-pull_list_subscriptions.t ( view source; MetaCPAN )
ds->[$1] if $list_id =~ /\[test(\d+)\]/;
	}

	$test_list_subscriptions->{ $email } = \@list_id;
}
isnt(
	scalar( keys %$test_list_subscriptions ),
	0,
	'Find test emails.'
);

# Create an object to co
Email-ExactTarget ( A/AU/AUBERTG/Email-ExactTarget-v1.6.2.tar.gz, AUBERTG, 2014; MetaCPAN )
Email-ExactTarget/t/SubscriberOperations/32-pull_list_subscriptions-restrict_lists.t ( view source; MetaCPAN )
ds->[$1] if $list_id =~ /\[test(\d+)\]/;
	}

	$test_list_subscriptions->{ $email } = \@list_id;
}
isnt(
	scalar( keys %$test_list_subscriptions ),
	0,
	'Find test emails.'
);

# Create an object to co
Email-ExactTarget ( A/AU/AUBERTG/Email-ExactTarget-v1.6.2.tar.gz, AUBERTG, 2014; MetaCPAN )
Email-ExactTarget/t/SubscriberOperations/90-delete_permanently.t ( view source; MetaCPAN )
( $line ) || substr( $line, 0, 1 ) eq '#' || $line !~ /\w/;
	push( @$emails_to_delete, $line );
}
isnt(
	scalar( @$emails_to_delete ),
	0,
	'Find emails to delete.'
);

# Create an object to communica

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.