No.
The only thing in Moose’s dist that is a source filter is oose.pm that I wrote to make writing Moose apps on the command line as easy as:
oose.pm
perl -Moose -e'has foo => (is => q[ro]); Class->new(foo=>q[bar])->dump'