Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Changes
LICENSE
Makefile.PL
MANIFEST This list of files
Piece.pm
lib/Time/Piece.pm
Piece.xs
README
Seconds.pm
lib/Time/Seconds.pm
t/01base.t
t/02core.t
t/02core_dst.t
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ require 5.006;

WriteMakefile(
'NAME' => 'Time::Piece',
'VERSION_FROM' => 'Piece.pm', # finds $VERSION
'VERSION_FROM' => 'lib/Time/Piece.pm', # finds $VERSION
'AUTHOR' => 'Matt Sergeant',
'ABSTRACT_FROM' => 'Piece.pm',
'ABSTRACT_FROM' => 'lib/Time/Piece.pm',
'INSTALLDIRS' => ( ($] >= 5.009005 and $] < 5.011) ? 'perl' : 'site'),
#'CCFLAGS' => '-Wall -Wextra',
'PREREQ_PM' => { Exporter => '5.57' },
Expand Down
File renamed without changes.
File renamed without changes.