We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec84a5 commit d93104aCopy full SHA for d93104a
1 file changed
lib/Ovid/Site.pm
@@ -70,7 +70,7 @@ package Ovid::Site {
70
sub build ($self) {
71
say STDERR "Preprocessing files ...";
72
if ( $self->file ) {
73
- return $self->build_single_file;
+ return $self->_build_single_file;
74
}
75
$self->_assert_tt_config;
76
$self->_set_files('root');
@@ -84,7 +84,7 @@ package Ovid::Site {
84
$self->_build_tinysearch if $self->release;
85
86
87
- sub build_single_file ($self) {
+ sub _build_single_file ($self) {
88
printf STDERR "Rebuilding single file: %s\n", $self->file;
89
90
$self->_clean_tmp_directory;
0 commit comments