Skip to content

Commit c06021f

Browse files
committed
Add target-class() to PDF::Class::Loader
1 parent 6446106 commit c06021f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PDF/Class/Loader.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ PDF::COS.loader = class PDF::Class::Loader {
111111
$base-class;
112112
}
113113

114-
method pdf-class { PDF::COS.required('PDF::Class') }
114+
method target-class { 'PDF::Class' }
115115
}

0 commit comments

Comments
 (0)