- Timestamp:
- Aug 30, 2019, 4:52:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/project-meta/project-meta
r405 r406 8 8 use strict; 9 9 use warnings; 10 use version; our $VERSION = version->declare('0.1. 8');10 use version; our $VERSION = version->declare('0.1.9'); 11 11 12 12 use File::Copy qw(copy); … … 265 265 printf "%-7i %s\n", $size, $inode; 266 266 } 267 print "%-7i %s\n", $total, 'TOTAL';267 printf "%-7i %s\n", $total, 'TOTAL'; 268 268 } 269 269
Note: See TracChangeset
for help on using the changeset viewer.