-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
52 lines (33 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
File-TVShow-Info
This module is a reworking of Video::Filename. This module will work with TV
Shows only and does not support identifying movies.
It has enhanced support for identifying Episode names and other attributes.
Note: Unlike Video::Filename Season and Episode are stored as strings. If you
need these values as integers, please call the {attr}_to_int functions or
manually cast the output.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc File::TVShow::Info
You can also look for information at:
GitHub
https://github.com/Bas-Man/File-TVShow-Info
https://github.com/Bas-Man/File-TVShow-Info/issues
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=File-TVShow-Info
CPAN Ratings
https://cpanratings.perl.org/d/File-TVShow-Info
Search CPAN
https://metacpan.org/release/File-TVShow-Info
LICENSE AND COPYRIGHT
Copyright (C) 2019-2020 Adam Spann
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See L<http://dev.perl.org/licenses/> for more information.