#!/usr/bin/perl

use strict;
use warnings;
use Alien::scriptaculous;

my $dir = shift || './scriptaculous';
print "Installing script.aculo.us to $dir\n";
Alien::scriptaculous->install( $dir );
print "... done\n";


=head1 NAME

scriptaculous-install - minimal script.aculo.us installation

=head1 SYNOPSIS

  scriptaculous-install destdir

=head1 DESCRIPTION

Performs a minimal installation of script.aculo.us, by installing just the
JavaScript files into the specified F<destdir>, using C<Alien::scriptaculous>.

=head1 AUTHOR

Graham TerMarsch (cpan@howlingfrog.com)

=head1 LICENSE

Copyright (C) 2006, Graham TerMarsch.  All rights reserved.

This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

=head1 SEE ALSO

L<Alien::scriptaculous>.

=cut
