Codebase list libcalendar-simple-perl / 8516ffb
Added bugtracker. Prep for release Dave Cross 3 years ago
2 changed file(s) with 10 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2323 script_files => [ 'bin/pcal' ],
2424 meta_merge => {
2525 resources => {
26 repository => 'https://github.com/davorg/calendar-simple',
27 }
26 repository => {
27 type => 'git',
28 url => 'https://github.com/davorg/calendar-simple.git',
29 web => 'https://github.com/davorg/calendar-simple',
30 },
31 bugtracker => {
32 web => 'https://github.com/davorg/calendar-simple/issues',
33 }
34 },
2835 },
2936 );
3037
3030
3131 our @EXPORT = qw(calendar);
3232 our @EXPORT_OK = qw(date_span);
33 our $VERSION = '2.0.0';
33 our $VERSION = '2.0.1';
3434
3535 use Time::Local;
3636 use Carp;