1package WebService::GData::Node::Atom::Generator;
2use WebService::GData::Node::Atom;
3
4set_meta(
5    attributes=>[qw(version uri)]
6);
7
81;
9