root/lang/perl/App-vget/trunk/lib/App/vget.pm @ 9730

Revision 9730, 325 bytes (checked in by hanekomu, 5 years ago)

r6025@nbgr: marcel | 2008-04-18 16:09:03 +0200
lang/perl/App-vget: initial commit

Line 
1package App::vget;
2
3use warnings;
4use strict;
5
6
7our $VERSION = '0.02';
8
9
101;
11
12
13__END__
14
15{% USE p = PodGenerated %}
16
17=head1 NAME
18
19App::vget - Video downloader
20
21=head1 SYNOPSIS
22
23None.
24
25=head1 DESCRIPTION
26
27This is just a marker package so you can install this distribution from the
28CPAN shell.
29
30{% PROCESS standard_pod %}
31
32=cut
33
Note: See TracBrowser for help on using the browser.