Just delete this file. There is also the question of the man page.
Finding that is left as an exercise to the reader, as is the
removal of WWW::Velib::{Map,Station,Trip}.
USAGE
use WWW::Velib;
my $v = WWW::Velib->new(login => '0000123456', password => '1234');
print "You have made ", $v->trips, " this month\n";
for my $t ($v->detail) {
print "$t->{date} from $t->{from} to $t->{to}\n";
}
STATUS
This module is under active development.
AUTHOR
David Landgren
COPYRIGHT
This module is copyright (C) David Landgren 2007.
All rights reserved.
LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.