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
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Changes
MaxFlow.pm
lib/Graph/MaxFlow.pm
INSTALL
Makefile.PL
MANIFEST
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ WriteMakefile(
'NAME' => 'Graph::MaxFlow',
'LICENSE' => 'perl',
'PREREQ_PM' => { 'Graph' => "0.5" },
'VERSION_FROM' => 'MaxFlow.pm', # finds $VERSION
'VERSION_FROM' => 'lib/Graph/MaxFlow.pm', # finds $VERSION
'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'MaxFlow.pm', # retrieve abstract from module
(ABSTRACT_FROM => 'lib/Graph/MaxFlow.pm', # retrieve abstract from module
AUTHOR => 'Walt Mankowski <waltman@pobox.com>') : ()),
);
File renamed without changes.