#!/usr/bin/perl

use strict;
use Acme::PM::Berlin::Meetings;

my $count = shift || 1;
next_meeting($count);
